#9F7015

Color #9F7015 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #9F7015

Tints of Golden Brown #9F7015

Color information

#9F7015 (or 0x9F7015) is unknown color: approx Golden Brown. HEX triplet: 9F, 70 and 15. RGB value is (159,112,21). Sum of RGB (Red+Green+Blue) = 159+112+21=292 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.45% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 21 (8.59% from 255 or 7.19% from 292); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F7015 is #608FEA. Grayscale: #747474. Windows color (decimal): -6328299 or 1405087. OLE color: 1405087.

HSL color Cylindrical-coordinate representation of color #9F7015: hue angle of 39.57º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9F7015 is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB15911221-
CMYK00.300.870.38
HSL39.57º76.67%35.29%-
HSV(B)39.57º86.79%62.35%-
XYZ20.2319.013.31-
YUV115.6874.57158.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 54.45%
GREEN value IS 112 (44.14% from 255) = 38.36%
BLUE value IS 21 (8.59% from 255) = 7.19%
R=54.45%
G=38.36%
B=7.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591122100.300.870.3839.5776.6735.29
Hex9F701501E5726284d23
Octal23716025036127465011543
Binary1001111111100001010101111010101111001101010001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F7015; }

 p { color: rgb(159,112,21); }

 H1.HeaderClassName
 {
   color: #9F7015;
 }
 .AnyTagClassName
 {
   color: #9F7015;
 }
</style>
background-color css

<style>
 a { background-color: #9F7015; }

 a { background-color: rgb(159,112,21); }

 div.DivClassName
 {
   background-color: #9F7015;
 }
 .BgClassName
 {
   background-color: #9F7015;
 }
</style>
border-color css

<style>
 span { border-color: #9F7015; }

 span { border-color: rgb(159,112,21); }

 td.TdClassName
 {
   border-color: #9F7015;
 }
 .TagClassName
 {
   border-color: #9F7015;
 }
</style>