#9F7004

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

Shades of Golden Brown #9F7004

Tints of Golden Brown #9F7004

Color information

#9F7004 (or 0x9F7004) is unknown color: approx Golden Brown. HEX triplet: 9F, 70 and 04. RGB value is (159,112,4). Sum of RGB (Red+Green+Blue) = 159+112+4=275 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.82% from 275); Green value is 112 (44.14% from 255 or 40.73% from 275); Blue value is 4 (1.95% from 255 or 1.45% from 275); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7004 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F7004 is #608FFB. Grayscale: #727272. Windows color (decimal): -6328316 or 290975. OLE color: 290975.

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

Color convert

RGB1591124-
CMYK00.300.970.38
HSL41.81º95.09%31.96%-
HSV(B)41.81º97.48%62.35%-
XYZ20.1118.972.72-
YUV113.7466.07160.28-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 57.82%
GREEN value IS 112 (44.14% from 255) = 40.73%
BLUE value IS 4 (1.95% from 255) = 1.45%
R=57.82%
G=40.73%
B=1.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.97
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159112400.300.970.3841.8195.0931.96
Hex9F70401E61262a5f20
Octal2371604036141465213740
Binary10011111111000010001111011000011001101010101011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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