#9E3412

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

Shades of Burnt Umber #9E3412

Tints of Burnt Umber #9E3412

Color information

#9E3412 (or 0x9E3412) is unknown color: approx Burnt Umber. HEX triplet: 9E, 34 and 12. RGB value is (158,52,18). Sum of RGB (Red+Green+Blue) = 158+52+18=228 (30% of max value = 765). Red value is 158 (62.11% from 255 or 69.30% from 228); Green value is 52 (20.70% from 255 or 22.81% from 228); Blue value is 18 (7.42% from 255 or 7.89% from 228); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E3412 is #61CBED. Grayscale: #505050. Windows color (decimal): -6409198 or 1193118. OLE color: 1193118.

HSL color Cylindrical-coordinate representation of color #9E3412: hue angle of 14.57º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E3412 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB1585218-
CMYK00.670.890.38
HSL14.57º79.55%34.51%-
HSV(B)14.57º88.61%61.96%-
XYZ15.449.771.64-
YUV79.8293.12183.76-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 69.30%
GREEN value IS 52 (20.70% from 255) = 22.81%
BLUE value IS 18 (7.42% from 255) = 7.89%
R=69.30%
G=22.81%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158521800.670.890.3814.5779.5534.51
Hex9E34120435926f5023
Octal23664220103131461712043
Binary100111101101001001001000011101100110011011111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,52,18); }

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

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

 a { background-color: rgb(158,52,18); }

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

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

 span { border-color: rgb(158,52,18); }

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