#9E311C

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

Shades of Burnt Umber #9E311C

Tints of Burnt Umber #9E311C

Color information

#9E311C (or 0x9E311C) is unknown color: approx Burnt Umber. HEX triplet: 9E, 31 and 1C. RGB value is (158,49,28). Sum of RGB (Red+Green+Blue) = 158+49+28=235 (31% of max value = 765). Red value is 158 (62.11% from 255 or 67.23% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 28 (11.33% from 255 or 11.91% from 235); Max value from RGB is 158 - color contains mainly: red. Hex color #9E311C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E311C is #61CEE3. Grayscale: #4F4F4F. Windows color (decimal): -6409956 or 1847710. OLE color: 1847710.

HSL color Cylindrical-coordinate representation of color #9E311C: hue angle of 9.69º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9E311C is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.38.

Color convert

RGB1584928-
CMYK00.690.820.38
HSL9.69º69.89%36.47%-
HSV(B)9.69º82.28%61.96%-
XYZ15.419.552.13-
YUV79.299.11184.21-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 67.23%
GREEN value IS 49 (19.53% from 255) = 20.85%
BLUE value IS 28 (11.33% from 255) = 11.91%
R=67.23%
G=20.85%
B=11.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.82
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158492800.690.820.389.6969.8936.47
Hex9E311C0455226a4624
Octal23661340105122461210644
Binary100111101100011110001000101101001010011010101000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E311C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,49,28); }

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

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

 a { background-color: rgb(158,49,28); }

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

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

 span { border-color: rgb(158,49,28); }

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