#9E5B02

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

Shades of Golden Brown #9E5B02

Tints of Golden Brown #9E5B02

Color information

#9E5B02 (or 0x9E5B02) is unknown color: approx Golden Brown. HEX triplet: 9E, 5B and 02. RGB value is (158,91,2). Sum of RGB (Red+Green+Blue) = 158+91+2=251 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.95% from 251); Green value is 91 (35.94% from 255 or 36.25% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5B02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E5B02 is #61A4FD. Grayscale: #656565. Windows color (decimal): -6399230 or 154526. OLE color: 154526.

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

Color convert

RGB158912-
CMYK00.420.990.38
HSL34.23º97.5%31.37%-
HSV(B)34.23º98.73%61.96%-
XYZ17.8514.761.96-
YUV100.8972.2168.74-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 62.95%
GREEN value IS 91 (35.94% from 255) = 36.25%
BLUE value IS 2 (1.17% from 255) = 0.80%
R=62.95%
G=36.25%
B=0.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.99
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15891200.420.990.3834.2397.531.37
Hex9E5B202A632622621f
Octal2361332052143464214237
Binary1001111010110111001010101100011100110100010110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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