Shades of Burnt Umber #8C3327
Tints of Burnt Umber #8C3327
RGB
CMYK
RGB Variations
Color information
#8C3327 (or 0x8C3327) is known color: Burnt Umber. HEX triplet: 8C, 33 and 27. RGB value is (140,51,39). Sum of RGB (Red+Green+Blue) = 140+51+39=230 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.87% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 39 (15.62% from 255 or 16.96% from 230); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3327 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3327 is #73CCD8. Grayscale: #4C4C4C. Windows color (decimal): -7589081 or 2569100. OLE color: 2569100.
HSL color Cylindrical-coordinate representation of color #8C3327: hue angle of 7.13º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8C3327 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 51 | 39 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.45 |
| HSL | 7.13º | 0.56% | 0.35% | - |
| HSV(B) | 7.13º | 0.72% | 0.55% | - |
| XYZ | 12.37 | 8.09 | 2.83 | - |
| YUV | 76.24 | 106.99 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 51 | 39 | 0 | 0.64 | 0.72 | 0.45 | 7.13 | 0.56 | 0.35 |
| Hex | 8C | 33 | 27 | 0 | 40 | 48 | 2D | 7 | 38 | 23 |
| Octal | 214 | 63 | 47 | 0 | 100 | 110 | 55 | 7 | 70 | 43 |
| Binary | 10001100 | 110011 | 100111 | 0 | 1000000 | 1001000 | 101101 | 111 | 111000 | 100011 |
Color Harmonies of #8C3327
Complementary color
Monochromatic Colors of #8C3327
Black with #8C3327
Text Example
Text Example
White with #8C3327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3327; }
p { color: rgb(140,51,39); }
H1.HeaderClassName
{
color: #8C3327;
}
.AnyTagClassName
{
color: #8C3327;
}
</style>
background-color css
<style>
a { background-color: #8C3327; }
a { background-color: rgb(140,51,39); }
div.DivClassName
{
background-color: #8C3327;
}
.BgClassName
{
background-color: #8C3327;
}
</style>
border-color css
<style>
span { border-color: #8C3327; }
span { border-color: rgb(140,51,39); }
td.TdClassName
{
border-color: #8C3327;
}
.TagClassName
{
border-color: #8C3327;
}
</style>