#9F5708

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

Shades of Golden Brown #9F5708

Tints of Golden Brown #9F5708

Color information

#9F5708 (or 0x9F5708) is unknown color: approx Golden Brown. HEX triplet: 9F, 57 and 08. RGB value is (159,87,8). Sum of RGB (Red+Green+Blue) = 159+87+8=254 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.60% from 254); Green value is 87 (34.38% from 255 or 34.25% from 254); Blue value is 8 (3.52% from 255 or 3.15% from 254); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5708 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F5708 is #60A8F7. Grayscale: #636363. Windows color (decimal): -6334712 or 546719. OLE color: 546719.

HSL color Cylindrical-coordinate representation of color #9F5708: hue angle of 31.39º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F5708 is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.38.

Color convert

RGB159878-
CMYK00.450.950.38
HSL31.39º90.42%32.75%-
HSV(B)31.39º94.97%62.35%-
XYZ17.7514.22.04-
YUV99.5276.35170.42-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 62.60%
GREEN value IS 87 (34.38% from 255) = 34.25%
BLUE value IS 8 (3.52% from 255) = 3.15%
R=62.60%
G=34.25%
B=3.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.95
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15987800.450.950.3831.3990.4232.75
Hex9F57802D5F261f5a21
Octal23712710055137463713241
Binary100111111010111100001011011011111100110111111011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,87,8); }

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

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

 a { background-color: rgb(159,87,8); }

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

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

 span { border-color: rgb(159,87,8); }

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