Shades of Burnt Umber #862C1C
Tints of Burnt Umber #862C1C
RGB
CMYK
RGB Variations
Color information
#862C1C (or 0x862C1C) is known color: Burnt Umber. HEX triplet: 86, 2C and 1C. RGB value is (134,44,28). Sum of RGB (Red+Green+Blue) = 134+44+28=206 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.05% from 206); Green value is 44 (17.58% from 255 or 21.36% from 206); Blue value is 28 (11.33% from 255 or 13.59% from 206); Max value from RGB is 134 - color contains mainly: red. Hex color #862C1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862C1C is #79D3E3. Grayscale: #454545. Windows color (decimal): -7984100 or 1846406. OLE color: 1846406.
HSL color Cylindrical-coordinate representation of color #862C1C: hue angle of 9.06º 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 #862C1C is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 44 | 28 | - |
| CMYK | 0 | 0.67 | 0.79 | 0.47 |
| HSL | 9.06º | 0.65% | 0.32% | - |
| HSV(B) | 9.06º | 0.79% | 0.53% | - |
| XYZ | 10.94 | 6.95 | 1.86 | - |
| YUV | 69.09 | 104.82 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 44 | 28 | 0 | 0.67 | 0.79 | 0.47 | 9.06 | 0.65 | 0.32 |
| Hex | 86 | 2C | 1C | 0 | 43 | 4F | 2F | 9 | 41 | 20 |
| Octal | 206 | 54 | 34 | 0 | 103 | 117 | 57 | 11 | 101 | 40 |
| Binary | 10000110 | 101100 | 11100 | 0 | 1000011 | 1001111 | 101111 | 1001 | 1000001 | 100000 |
Color Harmonies of #862C1C
Complementary color
Monochromatic Colors of #862C1C
Black with #862C1C
Text Example
Text Example
White with #862C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862C1C; }
p { color: rgb(134,44,28); }
H1.HeaderClassName
{
color: #862C1C;
}
.AnyTagClassName
{
color: #862C1C;
}
</style>
background-color css
<style>
a { background-color: #862C1C; }
a { background-color: rgb(134,44,28); }
div.DivClassName
{
background-color: #862C1C;
}
.BgClassName
{
background-color: #862C1C;
}
</style>
border-color css
<style>
span { border-color: #862C1C; }
span { border-color: rgb(134,44,28); }
td.TdClassName
{
border-color: #862C1C;
}
.TagClassName
{
border-color: #862C1C;
}
</style>