Shades of Burnt Umber #8B321F
Tints of Burnt Umber #8B321F
RGB
CMYK
RGB Variations
Color information
#8B321F (or 0x8B321F) is known color: Burnt Umber. HEX triplet: 8B, 32 and 1F. RGB value is (139,50,31). Sum of RGB (Red+Green+Blue) = 139+50+31=220 (29% of max value = 765). Red value is 139 (54.69% from 255 or 63.18% from 220); Green value is 50 (19.92% from 255 or 22.73% from 220); Blue value is 31 (12.5% from 255 or 14.09% from 220); Max value from RGB is 139 - color contains mainly: red. Hex color #8B321F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B321F is #74CDE0. Grayscale: #4A4A4A. Windows color (decimal): -7654881 or 2044555. OLE color: 2044555.
HSL color Cylindrical-coordinate representation of color #8B321F: hue angle of 10.56º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8B321F is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 50 | 31 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.45 |
| HSL | 10.56º | 0.64% | 0.33% | - |
| HSV(B) | 10.56º | 0.78% | 0.55% | - |
| XYZ | 12.04 | 7.87 | 2.18 | - |
| YUV | 74.45 | 103.49 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 50 | 31 | 0 | 0.64 | 0.78 | 0.45 | 10.56 | 0.64 | 0.33 |
| Hex | 8B | 32 | 1F | 0 | 40 | 4E | 2D | B | 40 | 21 |
| Octal | 213 | 62 | 37 | 0 | 100 | 116 | 55 | 13 | 100 | 41 |
| Binary | 10001011 | 110010 | 11111 | 0 | 1000000 | 1001110 | 101101 | 1011 | 1000000 | 100001 |
Color Harmonies of #8B321F
Complementary color
Monochromatic Colors of #8B321F
Black with #8B321F
Text Example
Text Example
White with #8B321F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B321F; }
p { color: rgb(139,50,31); }
H1.HeaderClassName
{
color: #8B321F;
}
.AnyTagClassName
{
color: #8B321F;
}
</style>
background-color css
<style>
a { background-color: #8B321F; }
a { background-color: rgb(139,50,31); }
div.DivClassName
{
background-color: #8B321F;
}
.BgClassName
{
background-color: #8B321F;
}
</style>
border-color css
<style>
span { border-color: #8B321F; }
span { border-color: rgb(139,50,31); }
td.TdClassName
{
border-color: #8B321F;
}
.TagClassName
{
border-color: #8B321F;
}
</style>