#9E3116

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

Shades of Burnt Umber #9E3116

Tints of Burnt Umber #9E3116

Color information

#9E3116 (or 0x9E3116) is unknown color: approx Burnt Umber. HEX triplet: 9E, 31 and 16. RGB value is (158,49,22). Sum of RGB (Red+Green+Blue) = 158+49+22=229 (30% of max value = 765). Red value is 158 (62.11% from 255 or 69.00% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3116 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E3116 is #61CEE9. Grayscale: #4E4E4E. Windows color (decimal): -6409962 or 1454494. OLE color: 1454494.

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

Color convert

RGB1584922-
CMYK00.690.860.38
HSL11.91º75.56%35.29%-
HSV(B)11.91º86.08%61.96%-
XYZ15.349.521.79-
YUV78.5196.11184.7-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 69.00%
GREEN value IS 49 (19.53% from 255) = 21.40%
BLUE value IS 22 (8.98% from 255) = 9.61%
R=69.00%
G=21.40%
B=9.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158492200.690.860.3811.9175.5635.29
Hex9E31160455626c4c23
Octal23661260105126461411443
Binary100111101100011011001000101101011010011011001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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