Shades of Burnt Umber #8D3327
Tints of Burnt Umber #8D3327
RGB
CMYK
RGB Variations
Color information
#8D3327 (or 0x8D3327) is known color: Burnt Umber. HEX triplet: 8D, 33 and 27. RGB value is (141,51,39). Sum of RGB (Red+Green+Blue) = 141+51+39=231 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.04% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 39 (15.62% from 255 or 16.88% from 231); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3327 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3327 is #72CCD8. Grayscale: #4C4C4C. Windows color (decimal): -7523545 or 2569101. OLE color: 2569101.
HSL color Cylindrical-coordinate representation of color #8D3327: hue angle of 7.06º 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 #8D3327 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 51 | 39 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.45 |
| HSL | 7.06º | 0.57% | 0.35% | - |
| HSV(B) | 7.06º | 0.72% | 0.55% | - |
| XYZ | 12.53 | 8.18 | 2.84 | - |
| YUV | 76.54 | 106.82 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 51 | 39 | 0 | 0.64 | 0.72 | 0.45 | 7.06 | 0.57 | 0.35 |
| Hex | 8D | 33 | 27 | 0 | 40 | 48 | 2D | 7 | 39 | 23 |
| Octal | 215 | 63 | 47 | 0 | 100 | 110 | 55 | 7 | 71 | 43 |
| Binary | 10001101 | 110011 | 100111 | 0 | 1000000 | 1001000 | 101101 | 111 | 111001 | 100011 |
Color Harmonies of #8D3327
Complementary color
Monochromatic Colors of #8D3327
Black with #8D3327
Text Example
Text Example
White with #8D3327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3327; }
p { color: rgb(141,51,39); }
H1.HeaderClassName
{
color: #8D3327;
}
.AnyTagClassName
{
color: #8D3327;
}
</style>
background-color css
<style>
a { background-color: #8D3327; }
a { background-color: rgb(141,51,39); }
div.DivClassName
{
background-color: #8D3327;
}
.BgClassName
{
background-color: #8D3327;
}
</style>
border-color css
<style>
span { border-color: #8D3327; }
span { border-color: rgb(141,51,39); }
td.TdClassName
{
border-color: #8D3327;
}
.TagClassName
{
border-color: #8D3327;
}
</style>