Shades of Burnt Umber #852D25
Tints of Burnt Umber #852D25
RGB
CMYK
RGB Variations
Color information
#852D25 (or 0x852D25) is known color: Burnt Umber. HEX triplet: 85, 2D and 25. RGB value is (133,45,37). Sum of RGB (Red+Green+Blue) = 133+45+37=215 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.86% from 215); Green value is 45 (17.97% from 255 or 20.93% from 215); Blue value is 37 (14.84% from 255 or 17.21% from 215); Max value from RGB is 133 - color contains mainly: red. Hex color #852D25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852D25 is #7AD2DA. Grayscale: #464646. Windows color (decimal): -8049371 or 2436485. OLE color: 2436485.
HSL color Cylindrical-coordinate representation of color #852D25: hue angle of 5º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #852D25 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 45 | 37 | - |
| CMYK | 0 | 0.66 | 0.72 | 0.48 |
| HSL | 5º | 0.56% | 0.33% | - |
| HSV(B) | 5º | 0.72% | 0.52% | - |
| XYZ | 10.95 | 7 | 2.52 | - |
| YUV | 70.4 | 109.15 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 45 | 37 | 0 | 0.66 | 0.72 | 0.48 | 5 | 0.56 | 0.33 |
| Hex | 85 | 2D | 25 | 0 | 42 | 48 | 30 | 5 | 38 | 21 |
| Octal | 205 | 55 | 45 | 0 | 102 | 110 | 60 | 5 | 70 | 41 |
| Binary | 10000101 | 101101 | 100101 | 0 | 1000010 | 1001000 | 110000 | 101 | 111000 | 100001 |
Color Harmonies of #852D25
Complementary color
Monochromatic Colors of #852D25
Black with #852D25
Text Example
Text Example
White with #852D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852D25; }
p { color: rgb(133,45,37); }
H1.HeaderClassName
{
color: #852D25;
}
.AnyTagClassName
{
color: #852D25;
}
</style>
background-color css
<style>
a { background-color: #852D25; }
a { background-color: rgb(133,45,37); }
div.DivClassName
{
background-color: #852D25;
}
.BgClassName
{
background-color: #852D25;
}
</style>
border-color css
<style>
span { border-color: #852D25; }
span { border-color: rgb(133,45,37); }
td.TdClassName
{
border-color: #852D25;
}
.TagClassName
{
border-color: #852D25;
}
</style>