#9F5702

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

Shades of Golden Brown #9F5702

Tints of Golden Brown #9F5702

Color information

#9F5702 (or 0x9F5702) is unknown color: approx Golden Brown. HEX triplet: 9F, 57 and 02. RGB value is (159,87,2). Sum of RGB (Red+Green+Blue) = 159+87+2=248 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.11% from 248); Green value is 87 (34.38% from 255 or 35.08% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F5702 is #60A8FD. Grayscale: #636363. Windows color (decimal): -6334718 or 153503. OLE color: 153503.

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

Color convert

RGB159872-
CMYK00.450.990.38
HSL32.48º97.52%31.57%-
HSV(B)32.48º98.74%62.35%-
XYZ17.7214.191.86-
YUV98.8473.35170.91-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 64.11%
GREEN value IS 87 (34.38% from 255) = 35.08%
BLUE value IS 2 (1.17% from 255) = 0.81%
R=64.11%
G=35.08%
B=0.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.99
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15987200.450.990.3832.4897.5231.57
Hex9F57202D6326206220
Octal2371272055143464014240
Binary10011111101011110010110111000111001101000001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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