#9E311B

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

Shades of Burnt Umber #9E311B

Tints of Burnt Umber #9E311B

Color information

#9E311B (or 0x9E311B) is unknown color: approx Burnt Umber. HEX triplet: 9E, 31 and 1B. RGB value is (158,49,27). Sum of RGB (Red+Green+Blue) = 158+49+27=234 (30% of max value = 765). Red value is 158 (62.11% from 255 or 67.52% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 27 (10.94% from 255 or 11.54% from 234); Max value from RGB is 158 - color contains mainly: red. Hex color #9E311B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E311B is #61CEE4. Grayscale: #4F4F4F. Windows color (decimal): -6409957 or 1782174. OLE color: 1782174.

HSL color Cylindrical-coordinate representation of color #9E311B: hue angle of 10.08º 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 #9E311B is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.38.

Color convert

RGB1584927-
CMYK00.690.830.38
HSL10.08º70.81%36.27%-
HSV(B)10.08º82.91%61.96%-
XYZ15.49.542.07-
YUV79.0898.61184.29-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 67.52%
GREEN value IS 49 (19.53% from 255) = 20.94%
BLUE value IS 27 (10.94% from 255) = 11.54%
R=67.52%
G=20.94%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.83
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158492700.690.830.3810.0870.8136.27
Hex9E311B0455326a4724
Octal23661330105123461210744
Binary100111101100011101101000101101001110011010101000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E311B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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