#8C2A11

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

Shades of Burnt Umber #8C2A11

Tints of Burnt Umber #8C2A11

Color information

#8C2A11 (or 0x8C2A11) is unknown color: approx Burnt Umber. HEX triplet: 8C, 2A and 11. RGB value is (140,42,17). Sum of RGB (Red+Green+Blue) = 140+42+17=199 (26% of max value = 765). Red value is 140 (55.08% from 255 or 70.35% from 199); Green value is 42 (16.80% from 255 or 21.11% from 199); Blue value is 17 (7.03% from 255 or 8.54% from 199); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2A11 is #73D5EE. Grayscale: #444444. Windows color (decimal): -7591407 or 1125004. OLE color: 1125004.

HSL color Cylindrical-coordinate representation of color #8C2A11: hue angle of 12.2º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8C2A11 is Cyan = 0, Magento = 0.7, Yellow = 0.88 and Black (K on CMYK) = 0.45.

Color convert

RGB1404217-
CMYK00.70.880.45
HSL12.2º78.34%30.78%-
HSV(B)12.2º87.86%54.9%-
XYZ11.747.271.31-
YUV68.4598.97179.03-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 70.35%
GREEN value IS 42 (16.80% from 255) = 21.11%
BLUE value IS 17 (7.03% from 255) = 8.54%
R=70.35%
G=21.11%
B=8.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.88
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140421700.70.880.4512.278.3430.78
Hex8C2A11046582Dc4e1f
Octal21452210106130551411637
Binary10001100101010100010100011010110001011011100100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,42,17); }

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

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

 a { background-color: rgb(140,42,17); }

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

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

 span { border-color: rgb(140,42,17); }

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