#9F5508

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

Shades of Golden Brown #9F5508

Tints of Golden Brown #9F5508

Color information

#9F5508 (or 0x9F5508) is unknown color: approx Golden Brown. HEX triplet: 9F, 55 and 08. RGB value is (159,85,8). Sum of RGB (Red+Green+Blue) = 159+85+8=252 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.10% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 8 (3.52% from 255 or 3.17% from 252); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5508 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F5508 is #60AAF7. Grayscale: #626262. Windows color (decimal): -6335224 or 546207. OLE color: 546207.

HSL color Cylindrical-coordinate representation of color #9F5508: hue angle of 30.6º 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 #9F5508 is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.38.

Color convert

RGB159858-
CMYK00.470.950.38
HSL30.6º90.42%32.75%-
HSV(B)30.6º94.97%62.35%-
XYZ17.5913.891.98-
YUV98.3577.02171.26-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 63.10%
GREEN value IS 85 (33.59% from 255) = 33.73%
BLUE value IS 8 (3.52% from 255) = 3.17%
R=63.10%
G=33.73%
B=3.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.95
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15985800.470.950.3830.690.4232.75
Hex9F55802F5F261f5a21
Octal23712510057137463713241
Binary100111111010101100001011111011111100110111111011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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