Shades of Burnt Umber #852919
Tints of Burnt Umber #852919
RGB
CMYK
RGB Variations
Color information
#852919 (or 0x852919) is known color: Burnt Umber. HEX triplet: 85, 29 and 19. RGB value is (133,41,25). Sum of RGB (Red+Green+Blue) = 133+41+25=199 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.83% from 199); Green value is 41 (16.41% from 255 or 20.60% from 199); Blue value is 25 (10.16% from 255 or 12.56% from 199); Max value from RGB is 133 - color contains mainly: red. Hex color #852919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852919 is #7AD6E6. Grayscale: #424242. Windows color (decimal): -8050407 or 1649029. OLE color: 1649029.
HSL color Cylindrical-coordinate representation of color #852919: hue angle of 8.89º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #852919 is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 41 | 25 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.48 |
| HSL | 8.89º | 0.68% | 0.31% | - |
| HSV(B) | 8.89º | 0.81% | 0.52% | - |
| XYZ | 10.64 | 6.64 | 1.64 | - |
| YUV | 66.68 | 104.48 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 41 | 25 | 0 | 0.69 | 0.81 | 0.48 | 8.89 | 0.68 | 0.31 |
| Hex | 85 | 29 | 19 | 0 | 45 | 51 | 30 | 9 | 44 | 1F |
| Octal | 205 | 51 | 31 | 0 | 105 | 121 | 60 | 11 | 104 | 37 |
| Binary | 10000101 | 101001 | 11001 | 0 | 1000101 | 1010001 | 110000 | 1001 | 1000100 | 11111 |
Color Harmonies of #852919
Complementary color
Monochromatic Colors of #852919
Black with #852919
Text Example
Text Example
White with #852919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852919; }
p { color: rgb(133,41,25); }
H1.HeaderClassName
{
color: #852919;
}
.AnyTagClassName
{
color: #852919;
}
</style>
background-color css
<style>
a { background-color: #852919; }
a { background-color: rgb(133,41,25); }
div.DivClassName
{
background-color: #852919;
}
.BgClassName
{
background-color: #852919;
}
</style>
border-color css
<style>
span { border-color: #852919; }
span { border-color: rgb(133,41,25); }
td.TdClassName
{
border-color: #852919;
}
.TagClassName
{
border-color: #852919;
}
</style>