#9F5408

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

Shades of Golden Brown #9F5408

Tints of Golden Brown #9F5408

Color information

#9F5408 (or 0x9F5408) is unknown color: approx Golden Brown. HEX triplet: 9F, 54 and 08. RGB value is (159,84,8). Sum of RGB (Red+Green+Blue) = 159+84+8=251 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.35% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 8 (3.52% from 255 or 3.19% from 251); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5408 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F5408 is #60ABF7. Grayscale: #626262. Windows color (decimal): -6335480 or 545951. OLE color: 545951.

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

Color convert

RGB159848-
CMYK00.470.950.38
HSL30.2º90.42%32.75%-
HSV(B)30.2º94.97%62.35%-
XYZ17.5113.731.96-
YUV97.7677.35171.68-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 63.35%
GREEN value IS 84 (33.20% from 255) = 33.47%
BLUE value IS 8 (3.52% from 255) = 3.19%
R=63.35%
G=33.47%
B=3.19%

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
Decimal15984800.470.950.3830.290.4232.75
Hex9F54802F5F261e5a21
Octal23712410057137463613241
Binary100111111010100100001011111011111100110111101011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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