#8C2B1C

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

Shades of Burnt Umber #8C2B1C

Tints of Burnt Umber #8C2B1C

Color information

#8C2B1C (or 0x8C2B1C) is unknown color: approx Burnt Umber. HEX triplet: 8C, 2B and 1C. RGB value is (140,43,28). Sum of RGB (Red+Green+Blue) = 140+43+28=211 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.35% from 211); Green value is 43 (17.19% from 255 or 20.38% from 211); Blue value is 28 (11.33% from 255 or 13.27% from 211); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2B1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2B1C is #73D4E3. Grayscale: #464646. Windows color (decimal): -7591140 or 1846156. OLE color: 1846156.

HSL color Cylindrical-coordinate representation of color #8C2B1C: hue angle of 8.04º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8C2B1C is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.45.

Color convert

RGB1404328-
CMYK00.690.800.45
HSL8.04º66.67%32.94%-
HSV(B)8.04º80%54.9%-
XYZ11.897.391.9-
YUV70.29104.14177.72-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 66.35%
GREEN value IS 43 (17.19% from 255) = 20.38%
BLUE value IS 28 (11.33% from 255) = 13.27%
R=66.35%
G=20.38%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.80
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140432800.690.800.458.0466.6732.94
Hex8C2B1C045502D84321
Octal21453340105120551010341
Binary100011001010111110001000101101000010110110001000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C2B1C; }

 p { color: rgb(140,43,28); }

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

<style>
 a { background-color: #8C2B1C; }

 a { background-color: rgb(140,43,28); }

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

<style>
 span { border-color: #8C2B1C; }

 span { border-color: rgb(140,43,28); }

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