Shades of Burnt Umber #8C371D
Tints of Burnt Umber #8C371D
RGB
CMYK
RGB Variations
Color information
#8C371D (or 0x8C371D) is known color: Burnt Umber. HEX triplet: 8C, 37 and 1D. RGB value is (140,55,29). Sum of RGB (Red+Green+Blue) = 140+55+29=224 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.5% from 224); Green value is 55 (21.88% from 255 or 24.55% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 140 - color contains mainly: red. Hex color #8C371D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C371D is #73C8E2. Grayscale: #4D4D4D. Windows color (decimal): -7588067 or 1914764. OLE color: 1914764.
HSL color Cylindrical-coordinate representation of color #8C371D: hue angle of 14.05º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C371D is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 55 | 29 | - |
| CMYK | 0 | 0.61 | 0.79 | 0.45 |
| HSL | 14.05º | 0.66% | 0.33% | - |
| HSV(B) | 14.05º | 0.79% | 0.55% | - |
| XYZ | 12.4 | 8.4 | 2.13 | - |
| YUV | 77.45 | 100.66 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 55 | 29 | 0 | 0.61 | 0.79 | 0.45 | 14.05 | 0.66 | 0.33 |
| Hex | 8C | 37 | 1D | 0 | 3D | 4F | 2D | E | 42 | 21 |
| Octal | 214 | 67 | 35 | 0 | 75 | 117 | 55 | 16 | 102 | 41 |
| Binary | 10001100 | 110111 | 11101 | 0 | 111101 | 1001111 | 101101 | 1110 | 1000010 | 100001 |
Color Harmonies of #8C371D
Complementary color
Monochromatic Colors of #8C371D
Black with #8C371D
Text Example
Text Example
White with #8C371D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C371D; }
p { color: rgb(140,55,29); }
H1.HeaderClassName
{
color: #8C371D;
}
.AnyTagClassName
{
color: #8C371D;
}
</style>
background-color css
<style>
a { background-color: #8C371D; }
a { background-color: rgb(140,55,29); }
div.DivClassName
{
background-color: #8C371D;
}
.BgClassName
{
background-color: #8C371D;
}
</style>
border-color css
<style>
span { border-color: #8C371D; }
span { border-color: rgb(140,55,29); }
td.TdClassName
{
border-color: #8C371D;
}
.TagClassName
{
border-color: #8C371D;
}
</style>