Shades of Burnt Umber #852C25
Tints of Burnt Umber #852C25
RGB
CMYK
RGB Variations
Color information
#852C25 (or 0x852C25) is known color: Burnt Umber. HEX triplet: 85, 2C and 25. RGB value is (133,44,37). Sum of RGB (Red+Green+Blue) = 133+44+37=214 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.15% from 214); Green value is 44 (17.58% from 255 or 20.56% from 214); Blue value is 37 (14.84% from 255 or 17.29% from 214); Max value from RGB is 133 - color contains mainly: red. Hex color #852C25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852C25 is #7AD3DA. Grayscale: #454545. Windows color (decimal): -8049627 or 2436229. OLE color: 2436229.
HSL color Cylindrical-coordinate representation of color #852C25: hue angle of 4.38º 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 #852C25 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 44 | 37 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.48 |
| HSL | 4.38º | 0.56% | 0.33% | - |
| HSV(B) | 4.38º | 0.72% | 0.52% | - |
| XYZ | 10.91 | 6.92 | 2.51 | - |
| YUV | 69.81 | 109.49 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 37 | 0 | 0.67 | 0.72 | 0.48 | 4.38 | 0.56 | 0.33 |
| Hex | 85 | 2C | 25 | 0 | 43 | 48 | 30 | 4 | 38 | 21 |
| Octal | 205 | 54 | 45 | 0 | 103 | 110 | 60 | 4 | 70 | 41 |
| Binary | 10000101 | 101100 | 100101 | 0 | 1000011 | 1001000 | 110000 | 100 | 111000 | 100001 |
Color Harmonies of #852C25
Complementary color
Monochromatic Colors of #852C25
Black with #852C25
Text Example
Text Example
White with #852C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852C25; }
p { color: rgb(133,44,37); }
H1.HeaderClassName
{
color: #852C25;
}
.AnyTagClassName
{
color: #852C25;
}
</style>
background-color css
<style>
a { background-color: #852C25; }
a { background-color: rgb(133,44,37); }
div.DivClassName
{
background-color: #852C25;
}
.BgClassName
{
background-color: #852C25;
}
</style>
border-color css
<style>
span { border-color: #852C25; }
span { border-color: rgb(133,44,37); }
td.TdClassName
{
border-color: #852C25;
}
.TagClassName
{
border-color: #852C25;
}
</style>