#9E2E10

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

Shades of Burnt Umber #9E2E10

Tints of Burnt Umber #9E2E10

Color information

#9E2E10 (or 0x9E2E10) is unknown color: approx Burnt Umber. HEX triplet: 9E, 2E and 10. RGB value is (158,46,16). Sum of RGB (Red+Green+Blue) = 158+46+16=220 (29% of max value = 765). Red value is 158 (62.11% from 255 or 71.82% from 220); Green value is 46 (18.36% from 255 or 20.91% from 220); Blue value is 16 (6.64% from 255 or 7.27% from 220); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2E10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E2E10 is #61D1EF. Grayscale: #4C4C4C. Windows color (decimal): -6410736 or 1060510. OLE color: 1060510.

HSL color Cylindrical-coordinate representation of color #9E2E10: hue angle of 12.68º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9E2E10 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB1584616-
CMYK00.710.900.38
HSL12.68º81.61%34.12%-
HSV(B)12.68º89.87%61.96%-
XYZ15.179.261.48-
YUV76.0794.11186.44-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 71.82%
GREEN value IS 46 (18.36% from 255) = 20.91%
BLUE value IS 16 (6.64% from 255) = 7.27%
R=71.82%
G=20.91%
B=7.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.90
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158461600.710.900.3812.6881.6134.12
Hex9E2E100475A26d5222
Octal23656200107132461512242
Binary100111101011101000001000111101101010011011011010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,46,16); }

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

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

 a { background-color: rgb(158,46,16); }

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

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

 span { border-color: rgb(158,46,16); }

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