#9F7808

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

Shades of Golden Brown #9F7808

Tints of Golden Brown #9F7808

Color information

#9F7808 (or 0x9F7808) is unknown color: approx Golden Brown. HEX triplet: 9F, 78 and 08. RGB value is (159,120,8). Sum of RGB (Red+Green+Blue) = 159+120+8=287 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.40% from 287); Green value is 120 (47.27% from 255 or 41.81% from 287); Blue value is 8 (3.52% from 255 or 2.79% from 287); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7808 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F7808 is #6087F7. Grayscale: #777777. Windows color (decimal): -6326264 or 555167. OLE color: 555167.

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

Color convert

RGB1591208-
CMYK00.250.950.38
HSL44.5º90.42%32.75%-
HSV(B)44.5º94.97%62.35%-
XYZ21.0620.823.14-
YUV118.8965.42156.61-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 55.40%
GREEN value IS 120 (47.27% from 255) = 41.81%
BLUE value IS 8 (3.52% from 255) = 2.79%
R=55.40%
G=41.81%
B=2.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.95
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159120800.250.950.3844.590.4232.75
Hex9F7880195F262d5a21
Octal23717010031137465513241
Binary100111111111000100001100110111111001101011011011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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