#8C2C0D

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

Shades of Burnt Umber #8C2C0D

Tints of Burnt Umber #8C2C0D

Color information

#8C2C0D (or 0x8C2C0D) is unknown color: approx Burnt Umber. HEX triplet: 8C, 2C and 0D. RGB value is (140,44,13). Sum of RGB (Red+Green+Blue) = 140+44+13=197 (26% of max value = 765). Red value is 140 (55.08% from 255 or 71.07% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 13 (5.47% from 255 or 6.60% from 197); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2C0D is #73D3F2. Grayscale: #454545. Windows color (decimal): -7590899 or 863372. OLE color: 863372.

HSL color Cylindrical-coordinate representation of color #8C2C0D: hue angle of 14.65º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C2C0D is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB1404413-
CMYK00.690.910.45
HSL14.65º83.01%30%-
HSV(B)14.65º90.71%54.9%-
XYZ11.797.411.19-
YUV69.1796.3178.52-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 71.07%
GREEN value IS 44 (17.58% from 255) = 22.34%
BLUE value IS 13 (5.47% from 255) = 6.60%
R=71.07%
G=22.34%
B=6.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140441300.690.910.4514.6583.0130
Hex8C2CD0455B2Df531e
Octal21454150105133551712336
Binary1000110010110011010100010110110111011011111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,44,13); }

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

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

 a { background-color: rgb(140,44,13); }

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

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

 span { border-color: rgb(140,44,13); }

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