#9E290B

Color #9E290B Burnt Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Umber #9E290B

Tints of Burnt Umber #9E290B

Color information

#9E290B (or 0x9E290B) is unknown color: approx Burnt Umber. HEX triplet: 9E, 29 and 0B. RGB value is (158,41,11). Sum of RGB (Red+Green+Blue) = 158+41+11=210 (27% of max value = 765). Red value is 158 (62.11% from 255 or 75.24% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 11 (4.69% from 255 or 5.24% from 210); Max value from RGB is 158 - color contains mainly: red. Hex color #9E290B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E290B is #61D6F4. Grayscale: #484848. Windows color (decimal): -6412021 or 731550. OLE color: 731550.

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

Color convert

RGB1584111-
CMYK00.740.930.38
HSL12.24º86.98%33.14%-
HSV(B)12.24º93.04%61.96%-
XYZ14.958.881.24-
YUV72.5693.26188.94-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 75.24%
GREEN value IS 41 (16.41% from 255) = 19.52%
BLUE value IS 11 (4.69% from 255) = 5.24%
R=75.24%
G=19.52%
B=5.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.93
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158411100.740.930.3812.2486.9833.14
Hex9E29B04A5D26c5721
Octal23651130112135461412741
Binary10011110101001101101001010101110110011011001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E290B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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