#9E331B

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

Shades of Burnt Umber #9E331B

Tints of Burnt Umber #9E331B

Color information

#9E331B (or 0x9E331B) is unknown color: approx Burnt Umber. HEX triplet: 9E, 33 and 1B. RGB value is (158,51,27). Sum of RGB (Red+Green+Blue) = 158+51+27=236 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.95% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 27 (10.94% from 255 or 11.44% from 236); Max value from RGB is 158 - color contains mainly: red. Hex color #9E331B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E331B is #61CCE4. Grayscale: #505050. Windows color (decimal): -6409445 or 1782686. OLE color: 1782686.

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

Color convert

RGB1585127-
CMYK00.680.830.38
HSL10.99º70.81%36.27%-
HSV(B)10.99º82.91%61.96%-
XYZ15.489.722.1-
YUV80.2697.95183.45-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 66.95%
GREEN value IS 51 (20.31% from 255) = 21.61%
BLUE value IS 27 (10.94% from 255) = 11.44%
R=66.95%
G=21.61%
B=11.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.83
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158512700.680.830.3810.9970.8136.27
Hex9E331B0445326b4724
Octal23663330104123461310744
Binary100111101100111101101000100101001110011010111000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E331B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,51,27); }

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

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

 a { background-color: rgb(158,51,27); }

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

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

 span { border-color: rgb(158,51,27); }

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