#9E321B

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

Shades of Burnt Umber #9E321B

Tints of Burnt Umber #9E321B

Color information

#9E321B (or 0x9E321B) is unknown color: approx Burnt Umber. HEX triplet: 9E, 32 and 1B. RGB value is (158,50,27). Sum of RGB (Red+Green+Blue) = 158+50+27=235 (31% of max value = 765). Red value is 158 (62.11% from 255 or 67.23% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 158 - color contains mainly: red. Hex color #9E321B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E321B is #61CDE4. Grayscale: #4F4F4F. Windows color (decimal): -6409701 or 1782430. OLE color: 1782430.

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

Color convert

RGB1585027-
CMYK00.680.830.38
HSL10.53º70.81%36.27%-
HSV(B)10.53º82.91%61.96%-
XYZ15.449.632.08-
YUV79.6798.28183.87-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 67.23%
GREEN value IS 50 (19.92% from 255) = 21.28%
BLUE value IS 27 (10.94% from 255) = 11.49%
R=67.23%
G=21.28%
B=11.49%

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
Decimal158502700.680.830.3810.5370.8136.27
Hex9E321B0445326b4724
Octal23662330104123461310744
Binary100111101100101101101000100101001110011010111000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E321B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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