Shades of Burnt Umber #853113
Tints of Burnt Umber #853113
RGB
CMYK
RGB Variations
Color information
#853113 (or 0x853113) is known color: Burnt Umber. HEX triplet: 85, 31 and 13. RGB value is (133,49,19). Sum of RGB (Red+Green+Blue) = 133+49+19=201 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.17% from 201); Green value is 49 (19.53% from 255 or 24.38% from 201); Blue value is 19 (7.81% from 255 or 9.45% from 201); Max value from RGB is 133 - color contains mainly: red. Hex color #853113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853113 is #7ACEEC. Grayscale: #464646. Windows color (decimal): -8048365 or 1257861. OLE color: 1257861.
HSL color Cylindrical-coordinate representation of color #853113: hue angle of 15.79º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #853113 is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 49 | 19 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.48 |
| HSL | 15.79º | 0.75% | 0.3% | - |
| HSV(B) | 15.79º | 0.86% | 0.52% | - |
| XYZ | 10.89 | 7.23 | 1.44 | - |
| YUV | 70.7 | 98.83 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 49 | 19 | 0 | 0.63 | 0.86 | 0.48 | 15.79 | 0.75 | 0.3 |
| Hex | 85 | 31 | 13 | 0 | 3F | 56 | 30 | 10 | 4B | 1E |
| Octal | 205 | 61 | 23 | 0 | 77 | 126 | 60 | 20 | 113 | 36 |
| Binary | 10000101 | 110001 | 10011 | 0 | 111111 | 1010110 | 110000 | 10000 | 1001011 | 11110 |
Color Harmonies of #853113
Complementary color
Monochromatic Colors of #853113
Black with #853113
Text Example
Text Example
White with #853113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853113; }
p { color: rgb(133,49,19); }
H1.HeaderClassName
{
color: #853113;
}
.AnyTagClassName
{
color: #853113;
}
</style>
background-color css
<style>
a { background-color: #853113; }
a { background-color: rgb(133,49,19); }
div.DivClassName
{
background-color: #853113;
}
.BgClassName
{
background-color: #853113;
}
</style>
border-color css
<style>
span { border-color: #853113; }
span { border-color: rgb(133,49,19); }
td.TdClassName
{
border-color: #853113;
}
.TagClassName
{
border-color: #853113;
}
</style>