#9E2B0D

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

Shades of Burnt Umber #9E2B0D

Tints of Burnt Umber #9E2B0D

Color information

#9E2B0D (or 0x9E2B0D) is unknown color: approx Burnt Umber. HEX triplet: 9E, 2B and 0D. RGB value is (158,43,13). Sum of RGB (Red+Green+Blue) = 158+43+13=214 (28% of max value = 765). Red value is 158 (62.11% from 255 or 73.83% from 214); Green value is 43 (17.19% from 255 or 20.09% from 214); Blue value is 13 (5.47% from 255 or 6.07% from 214); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2B0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E2B0D is #61D4F2. Grayscale: #4A4A4A. Windows color (decimal): -6411507 or 863134. OLE color: 863134.

HSL color Cylindrical-coordinate representation of color #9E2B0D: hue angle of 12.41º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9E2B0D is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.38.

Color convert

RGB1584313-
CMYK00.730.920.38
HSL12.41º84.8%33.53%-
HSV(B)12.41º91.77%61.96%-
XYZ15.049.031.33-
YUV73.9693.6187.94-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 73.83%
GREEN value IS 43 (17.19% from 255) = 20.09%
BLUE value IS 13 (5.47% from 255) = 6.07%
R=73.83%
G=20.09%
B=6.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.92
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158431300.730.920.3812.4184.833.53
Hex9E2BD0495C26c5522
Octal23653150111134461412542
Binary10011110101011110101001001101110010011011001010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,43,13); }

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

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

 a { background-color: rgb(158,43,13); }

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

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

 span { border-color: rgb(158,43,13); }

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