Shades of Raw Umber #85520A
Tints of Raw Umber #85520A
RGB
CMYK
RGB Variations
Color information
#85520A (or 0x85520A) is known color: Raw Umber. HEX triplet: 85, 52 and 0A. RGB value is (133,82,10). Sum of RGB (Red+Green+Blue) = 133+82+10=225 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.11% from 225); Green value is 82 (32.42% from 255 or 36.44% from 225); Blue value is 10 (4.30% from 255 or 4.44% from 225); Max value from RGB is 133 - color contains mainly: red. Hex color #85520A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85520A is #7AADF5. Grayscale: #595959. Windows color (decimal): -8039926 or 676485. OLE color: 676485.
HSL color Cylindrical-coordinate representation of color #85520A: hue angle of 35.12º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #85520A is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 82 | 10 | - |
| CMYK | 0 | 0.38 | 0.92 | 0.48 |
| HSL | 35.12º | 0.86% | 0.28% | - |
| HSV(B) | 35.12º | 0.92% | 0.52% | - |
| XYZ | 12.74 | 11.04 | 1.75 | - |
| YUV | 89.04 | 83.4 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 82 | 10 | 0 | 0.38 | 0.92 | 0.48 | 35.12 | 0.86 | 0.28 |
| Hex | 85 | 52 | A | 0 | 26 | 5C | 30 | 23 | 56 | 1C |
| Octal | 205 | 122 | 12 | 0 | 46 | 134 | 60 | 43 | 126 | 34 |
| Binary | 10000101 | 1010010 | 1010 | 0 | 100110 | 1011100 | 110000 | 100011 | 1010110 | 11100 |
Color Harmonies of #85520A
Complementary color
Monochromatic Colors of #85520A
Black with #85520A
Text Example
Text Example
White with #85520A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85520A; }
p { color: rgb(133,82,10); }
H1.HeaderClassName
{
color: #85520A;
}
.AnyTagClassName
{
color: #85520A;
}
</style>
background-color css
<style>
a { background-color: #85520A; }
a { background-color: rgb(133,82,10); }
div.DivClassName
{
background-color: #85520A;
}
.BgClassName
{
background-color: #85520A;
}
</style>
border-color css
<style>
span { border-color: #85520A; }
span { border-color: rgb(133,82,10); }
td.TdClassName
{
border-color: #85520A;
}
.TagClassName
{
border-color: #85520A;
}
</style>