Shades of Burnt Umber #862F1C
Tints of Burnt Umber #862F1C
RGB
CMYK
RGB Variations
Color information
#862F1C (or 0x862F1C) is known color: Burnt Umber. HEX triplet: 86, 2F and 1C. RGB value is (134,47,28). Sum of RGB (Red+Green+Blue) = 134+47+28=209 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.11% from 209); Green value is 47 (18.75% from 255 or 22.49% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 134 - color contains mainly: red. Hex color #862F1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862F1C is #79D0E3. Grayscale: #474747. Windows color (decimal): -7983332 or 1847174. OLE color: 1847174.
HSL color Cylindrical-coordinate representation of color #862F1C: hue angle of 10.75º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #862F1C is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 47 | 28 | - |
| CMYK | 0 | 0.65 | 0.79 | 0.47 |
| HSL | 10.75º | 0.65% | 0.32% | - |
| HSV(B) | 10.75º | 0.79% | 0.53% | - |
| XYZ | 11.06 | 7.19 | 1.9 | - |
| YUV | 70.85 | 103.82 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 47 | 28 | 0 | 0.65 | 0.79 | 0.47 | 10.75 | 0.65 | 0.32 |
| Hex | 86 | 2F | 1C | 0 | 41 | 4F | 2F | B | 41 | 20 |
| Octal | 206 | 57 | 34 | 0 | 101 | 117 | 57 | 13 | 101 | 40 |
| Binary | 10000110 | 101111 | 11100 | 0 | 1000001 | 1001111 | 101111 | 1011 | 1000001 | 100000 |
Color Harmonies of #862F1C
Complementary color
Monochromatic Colors of #862F1C
Black with #862F1C
Text Example
Text Example
White with #862F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862F1C; }
p { color: rgb(134,47,28); }
H1.HeaderClassName
{
color: #862F1C;
}
.AnyTagClassName
{
color: #862F1C;
}
</style>
background-color css
<style>
a { background-color: #862F1C; }
a { background-color: rgb(134,47,28); }
div.DivClassName
{
background-color: #862F1C;
}
.BgClassName
{
background-color: #862F1C;
}
</style>
border-color css
<style>
span { border-color: #862F1C; }
span { border-color: rgb(134,47,28); }
td.TdClassName
{
border-color: #862F1C;
}
.TagClassName
{
border-color: #862F1C;
}
</style>