Shades of Burnt Umber #853325
Tints of Burnt Umber #853325
RGB
CMYK
RGB Variations
Color information
#853325 (or 0x853325) is known color: Burnt Umber. HEX triplet: 85, 33 and 25. RGB value is (133,51,37). Sum of RGB (Red+Green+Blue) = 133+51+37=221 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.18% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 37 (14.84% from 255 or 16.74% from 221); Max value from RGB is 133 - color contains mainly: red. Hex color #853325 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853325 is #7ACCDA. Grayscale: #4A4A4A. Windows color (decimal): -8047835 or 2438021. OLE color: 2438021.
HSL color Cylindrical-coordinate representation of color #853325: hue angle of 8.75º 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 #853325 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 51 | 37 | - |
| CMYK | 0 | 0.62 | 0.72 | 0.48 |
| HSL | 8.75º | 0.56% | 0.33% | - |
| HSV(B) | 8.75º | 0.72% | 0.52% | - |
| XYZ | 11.19 | 7.49 | 2.61 | - |
| YUV | 73.92 | 107.17 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 51 | 37 | 0 | 0.62 | 0.72 | 0.48 | 8.75 | 0.56 | 0.33 |
| Hex | 85 | 33 | 25 | 0 | 3E | 48 | 30 | 9 | 38 | 21 |
| Octal | 205 | 63 | 45 | 0 | 76 | 110 | 60 | 11 | 70 | 41 |
| Binary | 10000101 | 110011 | 100101 | 0 | 111110 | 1001000 | 110000 | 1001 | 111000 | 100001 |
Color Harmonies of #853325
Complementary color
Monochromatic Colors of #853325
Black with #853325
Text Example
Text Example
White with #853325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853325; }
p { color: rgb(133,51,37); }
H1.HeaderClassName
{
color: #853325;
}
.AnyTagClassName
{
color: #853325;
}
</style>
background-color css
<style>
a { background-color: #853325; }
a { background-color: rgb(133,51,37); }
div.DivClassName
{
background-color: #853325;
}
.BgClassName
{
background-color: #853325;
}
</style>
border-color css
<style>
span { border-color: #853325; }
span { border-color: rgb(133,51,37); }
td.TdClassName
{
border-color: #853325;
}
.TagClassName
{
border-color: #853325;
}
</style>