Shades of Burnt Umber #8C3427
Tints of Burnt Umber #8C3427
RGB
CMYK
RGB Variations
Color information
#8C3427 (or 0x8C3427) is known color: Burnt Umber. HEX triplet: 8C, 34 and 27. RGB value is (140,52,39). Sum of RGB (Red+Green+Blue) = 140+52+39=231 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.61% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 39 (15.62% from 255 or 16.88% from 231); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3427 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3427 is #73CBD8. Grayscale: #4C4C4C. Windows color (decimal): -7588825 or 2569356. OLE color: 2569356.
HSL color Cylindrical-coordinate representation of color #8C3427: hue angle of 7.72º 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 #8C3427 is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 52 | 39 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.45 |
| HSL | 7.72º | 0.56% | 0.35% | - |
| HSV(B) | 7.72º | 0.72% | 0.55% | - |
| XYZ | 12.41 | 8.18 | 2.84 | - |
| YUV | 76.83 | 106.65 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 52 | 39 | 0 | 0.63 | 0.72 | 0.45 | 7.72 | 0.56 | 0.35 |
| Hex | 8C | 34 | 27 | 0 | 3F | 48 | 2D | 8 | 38 | 23 |
| Octal | 214 | 64 | 47 | 0 | 77 | 110 | 55 | 10 | 70 | 43 |
| Binary | 10001100 | 110100 | 100111 | 0 | 111111 | 1001000 | 101101 | 1000 | 111000 | 100011 |
Color Harmonies of #8C3427
Complementary color
Monochromatic Colors of #8C3427
Black with #8C3427
Text Example
Text Example
White with #8C3427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3427; }
p { color: rgb(140,52,39); }
H1.HeaderClassName
{
color: #8C3427;
}
.AnyTagClassName
{
color: #8C3427;
}
</style>
background-color css
<style>
a { background-color: #8C3427; }
a { background-color: rgb(140,52,39); }
div.DivClassName
{
background-color: #8C3427;
}
.BgClassName
{
background-color: #8C3427;
}
</style>
border-color css
<style>
span { border-color: #8C3427; }
span { border-color: rgb(140,52,39); }
td.TdClassName
{
border-color: #8C3427;
}
.TagClassName
{
border-color: #8C3427;
}
</style>