Shades of Burnt Umber #8C3318
Tints of Burnt Umber #8C3318
RGB
CMYK
RGB Variations
Color information
#8C3318 (or 0x8C3318) is known color: Burnt Umber. HEX triplet: 8C, 33 and 18. RGB value is (140,51,24). Sum of RGB (Red+Green+Blue) = 140+51+24=215 (28% of max value = 765). Red value is 140 (55.08% from 255 or 65.12% from 215); Green value is 51 (20.31% from 255 or 23.72% from 215); Blue value is 24 (9.77% from 255 or 11.16% from 215); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3318 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3318 is #73CCE7. Grayscale: #4A4A4A. Windows color (decimal): -7589096 or 1586060. OLE color: 1586060.
HSL color Cylindrical-coordinate representation of color #8C3318: hue angle of 13.97º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8C3318 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 51 | 24 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.45 |
| HSL | 13.97º | 0.71% | 0.32% | - |
| HSV(B) | 13.97º | 0.83% | 0.55% | - |
| XYZ | 12.16 | 8.01 | 1.77 | - |
| YUV | 74.53 | 99.49 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 51 | 24 | 0 | 0.64 | 0.83 | 0.45 | 13.97 | 0.71 | 0.32 |
| Hex | 8C | 33 | 18 | 0 | 40 | 53 | 2D | E | 47 | 20 |
| Octal | 214 | 63 | 30 | 0 | 100 | 123 | 55 | 16 | 107 | 40 |
| Binary | 10001100 | 110011 | 11000 | 0 | 1000000 | 1010011 | 101101 | 1110 | 1000111 | 100000 |
Color Harmonies of #8C3318
Complementary color
Monochromatic Colors of #8C3318
Black with #8C3318
Text Example
Text Example
White with #8C3318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3318; }
p { color: rgb(140,51,24); }
H1.HeaderClassName
{
color: #8C3318;
}
.AnyTagClassName
{
color: #8C3318;
}
</style>
background-color css
<style>
a { background-color: #8C3318; }
a { background-color: rgb(140,51,24); }
div.DivClassName
{
background-color: #8C3318;
}
.BgClassName
{
background-color: #8C3318;
}
</style>
border-color css
<style>
span { border-color: #8C3318; }
span { border-color: rgb(140,51,24); }
td.TdClassName
{
border-color: #8C3318;
}
.TagClassName
{
border-color: #8C3318;
}
</style>