#9F7202

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

Shades of Golden Brown #9F7202

Tints of Golden Brown #9F7202

Color information

#9F7202 (or 0x9F7202) is unknown color: approx Golden Brown. HEX triplet: 9F, 72 and 02. RGB value is (159,114,2). Sum of RGB (Red+Green+Blue) = 159+114+2=275 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.82% from 275); Green value is 114 (44.92% from 255 or 41.45% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7202 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F7202 is #608DFD. Grayscale: #737373. Windows color (decimal): -6327806 or 160415. OLE color: 160415.

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

Color convert

RGB1591142-
CMYK00.280.990.38
HSL42.8º97.52%31.57%-
HSV(B)42.8º98.74%62.35%-
XYZ20.3319.412.73-
YUV114.6964.41159.61-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 57.82%
GREEN value IS 114 (44.92% from 255) = 41.45%
BLUE value IS 2 (1.17% from 255) = 0.73%
R=57.82%
G=41.45%
B=0.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.99
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159114200.280.990.3842.897.5231.57
Hex9F72201C63262b6220
Octal2371622034143465314240
Binary1001111111100101001110011000111001101010111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,114,2); }

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

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

 a { background-color: rgb(159,114,2); }

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

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

 span { border-color: rgb(159,114,2); }

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