#9E5902

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

Shades of Golden Brown #9E5902

Tints of Golden Brown #9E5902

Color information

#9E5902 (or 0x9E5902) is unknown color: approx Golden Brown. HEX triplet: 9E, 59 and 02. RGB value is (158,89,2). Sum of RGB (Red+Green+Blue) = 158+89+2=249 (32% of max value = 765). Red value is 158 (62.11% from 255 or 63.45% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5902 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E5902 is #61A6FD. Grayscale: #646464. Windows color (decimal): -6399742 or 154014. OLE color: 154014.

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

Color convert

RGB158892-
CMYK00.440.990.38
HSL33.46º97.5%31.37%-
HSV(B)33.46º98.73%61.96%-
XYZ17.6814.421.91-
YUV99.7172.86169.57-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 63.45%
GREEN value IS 89 (35.16% from 255) = 35.74%
BLUE value IS 2 (1.17% from 255) = 0.80%
R=63.45%
G=35.74%
B=0.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.99
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15889200.440.990.3833.4697.531.37
Hex9E59202C632621621f
Octal2361312054143464114237
Binary1001111010110011001011001100011100110100001110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,89,2); }

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

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

 a { background-color: rgb(158,89,2); }

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

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

 span { border-color: rgb(158,89,2); }

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