#9E321D

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

Shades of Burnt Umber #9E321D

Tints of Burnt Umber #9E321D

Color information

#9E321D (or 0x9E321D) is unknown color: approx Burnt Umber. HEX triplet: 9E, 32 and 1D. RGB value is (158,50,29). Sum of RGB (Red+Green+Blue) = 158+50+29=237 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.67% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 29 (11.72% from 255 or 12.24% from 237); Max value from RGB is 158 - color contains mainly: red. Hex color #9E321D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E321D is #61CDE2. Grayscale: #505050. Windows color (decimal): -6409699 or 1913502. OLE color: 1913502.

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

Color convert

RGB1585029-
CMYK00.680.820.38
HSL9.77º68.98%36.67%-
HSV(B)9.77º81.65%61.96%-
XYZ15.469.642.21-
YUV79.999.28183.71-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 66.67%
GREEN value IS 50 (19.92% from 255) = 21.10%
BLUE value IS 29 (11.72% from 255) = 12.24%
R=66.67%
G=21.10%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.82
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158502900.680.820.389.7768.9836.67
Hex9E321D0445226a4525
Octal23662350104122461210545
Binary100111101100101110101000100101001010011010101000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E321D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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