Shades of Raw Umber #85560B
Tints of Raw Umber #85560B
RGB
CMYK
RGB Variations
Color information
#85560B (or 0x85560B) is known color: Raw Umber. HEX triplet: 85, 56 and 0B. RGB value is (133,86,11). Sum of RGB (Red+Green+Blue) = 133+86+11=230 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.83% from 230); Green value is 86 (33.98% from 255 or 37.39% from 230); Blue value is 11 (4.69% from 255 or 4.78% from 230); Max value from RGB is 133 - color contains mainly: red. Hex color #85560B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85560B is #7AA9F4. Grayscale: #5B5B5B. Windows color (decimal): -8038901 or 743045. OLE color: 743045.
HSL color Cylindrical-coordinate representation of color #85560B: hue angle of 36.89º degrees, saturation: 0.85, 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 #85560B is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 86 | 11 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.48 |
| HSL | 36.89º | 0.85% | 0.28% | - |
| HSV(B) | 36.89º | 0.92% | 0.52% | - |
| XYZ | 13.06 | 11.67 | 1.88 | - |
| YUV | 91.5 | 82.57 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 86 | 11 | 0 | 0.35 | 0.92 | 0.48 | 36.89 | 0.85 | 0.28 |
| Hex | 85 | 56 | B | 0 | 23 | 5C | 30 | 25 | 55 | 1C |
| Octal | 205 | 126 | 13 | 0 | 43 | 134 | 60 | 45 | 125 | 34 |
| Binary | 10000101 | 1010110 | 1011 | 0 | 100011 | 1011100 | 110000 | 100101 | 1010101 | 11100 |
Color Harmonies of #85560B
Complementary color
Monochromatic Colors of #85560B
Black with #85560B
Text Example
Text Example
White with #85560B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85560B; }
p { color: rgb(133,86,11); }
H1.HeaderClassName
{
color: #85560B;
}
.AnyTagClassName
{
color: #85560B;
}
</style>
background-color css
<style>
a { background-color: #85560B; }
a { background-color: rgb(133,86,11); }
div.DivClassName
{
background-color: #85560B;
}
.BgClassName
{
background-color: #85560B;
}
</style>
border-color css
<style>
span { border-color: #85560B; }
span { border-color: rgb(133,86,11); }
td.TdClassName
{
border-color: #85560B;
}
.TagClassName
{
border-color: #85560B;
}
</style>