Shades of Burnt Umber #8B341C
Tints of Burnt Umber #8B341C
RGB
CMYK
RGB Variations
Color information
#8B341C (or 0x8B341C) is known color: Burnt Umber. HEX triplet: 8B, 34 and 1C. RGB value is (139,52,28). Sum of RGB (Red+Green+Blue) = 139+52+28=219 (29% of max value = 765). Red value is 139 (54.69% from 255 or 63.47% from 219); Green value is 52 (20.70% from 255 or 23.74% from 219); Blue value is 28 (11.33% from 255 or 12.79% from 219); Max value from RGB is 139 - color contains mainly: red. Hex color #8B341C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B341C is #74CBE3. Grayscale: #4B4B4B. Windows color (decimal): -7654372 or 1848459. OLE color: 1848459.
HSL color Cylindrical-coordinate representation of color #8B341C: hue angle of 12.97º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8B341C is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 52 | 28 | - |
| CMYK | 0 | 0.63 | 0.80 | 0.45 |
| HSL | 12.97º | 0.66% | 0.33% | - |
| HSV(B) | 12.97º | 0.8% | 0.55% | - |
| XYZ | 12.09 | 8.03 | 2.01 | - |
| YUV | 75.28 | 101.32 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 52 | 28 | 0 | 0.63 | 0.80 | 0.45 | 12.97 | 0.66 | 0.33 |
| Hex | 8B | 34 | 1C | 0 | 3F | 50 | 2D | D | 42 | 21 |
| Octal | 213 | 64 | 34 | 0 | 77 | 120 | 55 | 15 | 102 | 41 |
| Binary | 10001011 | 110100 | 11100 | 0 | 111111 | 1010000 | 101101 | 1101 | 1000010 | 100001 |
Color Harmonies of #8B341C
Complementary color
Monochromatic Colors of #8B341C
Black with #8B341C
Text Example
Text Example
White with #8B341C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B341C; }
p { color: rgb(139,52,28); }
H1.HeaderClassName
{
color: #8B341C;
}
.AnyTagClassName
{
color: #8B341C;
}
</style>
background-color css
<style>
a { background-color: #8B341C; }
a { background-color: rgb(139,52,28); }
div.DivClassName
{
background-color: #8B341C;
}
.BgClassName
{
background-color: #8B341C;
}
</style>
border-color css
<style>
span { border-color: #8B341C; }
span { border-color: rgb(139,52,28); }
td.TdClassName
{
border-color: #8B341C;
}
.TagClassName
{
border-color: #8B341C;
}
</style>