#9E5B0B

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

Shades of Golden Brown #9E5B0B

Tints of Golden Brown #9E5B0B

Color information

#9E5B0B (or 0x9E5B0B) is unknown color: approx Golden Brown. HEX triplet: 9E, 5B and 0B. RGB value is (158,91,11). Sum of RGB (Red+Green+Blue) = 158+91+11=260 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.77% from 260); Green value is 91 (35.94% from 255 or 35% from 260); Blue value is 11 (4.69% from 255 or 4.23% from 260); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5B0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E5B0B is #61A4F4. Grayscale: #666666. Windows color (decimal): -6399221 or 744350. OLE color: 744350.

HSL color Cylindrical-coordinate representation of color #9E5B0B: hue angle of 32.65º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9E5B0B is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.38.

Color convert

RGB1589111-
CMYK00.420.930.38
HSL32.65º86.98%33.14%-
HSV(B)32.65º93.04%61.96%-
XYZ17.914.782.23-
YUV101.9176.7168-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 60.77%
GREEN value IS 91 (35.94% from 255) = 35%
BLUE value IS 11 (4.69% from 255) = 4.23%
R=60.77%
G=35%
B=4.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.93
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158911100.420.930.3832.6586.9833.14
Hex9E5BB02A5D26215721
Octal23613313052135464112741
Binary1001111010110111011010101010111011001101000011010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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