Shades of Burnt Umber #8D3427
Tints of Burnt Umber #8D3427
RGB
CMYK
RGB Variations
Color information
#8D3427 (or 0x8D3427) is known color: Burnt Umber. HEX triplet: 8D, 34 and 27. RGB value is (141,52,39). Sum of RGB (Red+Green+Blue) = 141+52+39=232 (30% of max value = 765). Red value is 141 (55.47% from 255 or 60.78% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 39 (15.62% from 255 or 16.81% from 232); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3427 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3427 is #72CBD8. Grayscale: #4D4D4D. Windows color (decimal): -7523289 or 2569357. OLE color: 2569357.
HSL color Cylindrical-coordinate representation of color #8D3427: hue angle of 7.65º degrees, saturation: 0.57, 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 #8D3427 is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 52 | 39 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.45 |
| HSL | 7.65º | 0.57% | 0.35% | - |
| HSV(B) | 7.65º | 0.72% | 0.55% | - |
| XYZ | 12.58 | 8.27 | 2.85 | - |
| YUV | 77.13 | 106.49 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 52 | 39 | 0 | 0.63 | 0.72 | 0.45 | 7.65 | 0.57 | 0.35 |
| Hex | 8D | 34 | 27 | 0 | 3F | 48 | 2D | 8 | 39 | 23 |
| Octal | 215 | 64 | 47 | 0 | 77 | 110 | 55 | 10 | 71 | 43 |
| Binary | 10001101 | 110100 | 100111 | 0 | 111111 | 1001000 | 101101 | 1000 | 111001 | 100011 |
Color Harmonies of #8D3427
Complementary color
Monochromatic Colors of #8D3427
Black with #8D3427
Text Example
Text Example
White with #8D3427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3427; }
p { color: rgb(141,52,39); }
H1.HeaderClassName
{
color: #8D3427;
}
.AnyTagClassName
{
color: #8D3427;
}
</style>
background-color css
<style>
a { background-color: #8D3427; }
a { background-color: rgb(141,52,39); }
div.DivClassName
{
background-color: #8D3427;
}
.BgClassName
{
background-color: #8D3427;
}
</style>
border-color css
<style>
span { border-color: #8D3427; }
span { border-color: rgb(141,52,39); }
td.TdClassName
{
border-color: #8D3427;
}
.TagClassName
{
border-color: #8D3427;
}
</style>