Shades of Burnt Umber #8D371B
Tints of Burnt Umber #8D371B
RGB
CMYK
RGB Variations
Color information
#8D371B (or 0x8D371B) is known color: Burnt Umber. HEX triplet: 8D, 37 and 1B. RGB value is (141,55,27). Sum of RGB (Red+Green+Blue) = 141+55+27=223 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.23% from 223); Green value is 55 (21.88% from 255 or 24.66% from 223); Blue value is 27 (10.94% from 255 or 12.11% from 223); Max value from RGB is 141 - color contains mainly: red. Hex color #8D371B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D371B is #72C8E4. Grayscale: #4D4D4D. Windows color (decimal): -7522533 or 1783693. OLE color: 1783693.
HSL color Cylindrical-coordinate representation of color #8D371B: hue angle of 14.74º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8D371B is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 55 | 27 | - |
| CMYK | 0 | 0.61 | 0.81 | 0.45 |
| HSL | 14.74º | 0.68% | 0.33% | - |
| HSV(B) | 14.74º | 0.81% | 0.55% | - |
| XYZ | 12.55 | 8.47 | 2.01 | - |
| YUV | 77.52 | 99.49 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 55 | 27 | 0 | 0.61 | 0.81 | 0.45 | 14.74 | 0.68 | 0.33 |
| Hex | 8D | 37 | 1B | 0 | 3D | 51 | 2D | F | 44 | 21 |
| Octal | 215 | 67 | 33 | 0 | 75 | 121 | 55 | 17 | 104 | 41 |
| Binary | 10001101 | 110111 | 11011 | 0 | 111101 | 1010001 | 101101 | 1111 | 1000100 | 100001 |
Color Harmonies of #8D371B
Complementary color
Monochromatic Colors of #8D371B
Black with #8D371B
Text Example
Text Example
White with #8D371B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D371B; }
p { color: rgb(141,55,27); }
H1.HeaderClassName
{
color: #8D371B;
}
.AnyTagClassName
{
color: #8D371B;
}
</style>
background-color css
<style>
a { background-color: #8D371B; }
a { background-color: rgb(141,55,27); }
div.DivClassName
{
background-color: #8D371B;
}
.BgClassName
{
background-color: #8D371B;
}
</style>
border-color css
<style>
span { border-color: #8D371B; }
span { border-color: rgb(141,55,27); }
td.TdClassName
{
border-color: #8D371B;
}
.TagClassName
{
border-color: #8D371B;
}
</style>