Shades of Raw Umber #85560C
Tints of Raw Umber #85560C
RGB
CMYK
RGB Variations
Color information
#85560C (or 0x85560C) is known color: Raw Umber. HEX triplet: 85, 56 and 0C. RGB value is (133,86,12). Sum of RGB (Red+Green+Blue) = 133+86+12=231 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.58% from 231); Green value is 86 (33.98% from 255 or 37.23% from 231); Blue value is 12 (5.08% from 255 or 5.19% from 231); Max value from RGB is 133 - color contains mainly: red. Hex color #85560C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85560C is #7AA9F3. Grayscale: #5B5B5B. Windows color (decimal): -8038900 or 808581. OLE color: 808581.
HSL color Cylindrical-coordinate representation of color #85560C: hue angle of 36.69º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85560C is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 86 | 12 | - |
| CMYK | 0 | 0.35 | 0.91 | 0.48 |
| HSL | 36.69º | 0.83% | 0.28% | - |
| HSV(B) | 36.69º | 0.91% | 0.52% | - |
| XYZ | 13.07 | 11.67 | 1.91 | - |
| YUV | 91.62 | 83.07 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 86 | 12 | 0 | 0.35 | 0.91 | 0.48 | 36.69 | 0.83 | 0.28 |
| Hex | 85 | 56 | C | 0 | 23 | 5B | 30 | 25 | 53 | 1C |
| Octal | 205 | 126 | 14 | 0 | 43 | 133 | 60 | 45 | 123 | 34 |
| Binary | 10000101 | 1010110 | 1100 | 0 | 100011 | 1011011 | 110000 | 100101 | 1010011 | 11100 |
Color Harmonies of #85560C
Complementary color
Monochromatic Colors of #85560C
Black with #85560C
Text Example
Text Example
White with #85560C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85560C; }
p { color: rgb(133,86,12); }
H1.HeaderClassName
{
color: #85560C;
}
.AnyTagClassName
{
color: #85560C;
}
</style>
background-color css
<style>
a { background-color: #85560C; }
a { background-color: rgb(133,86,12); }
div.DivClassName
{
background-color: #85560C;
}
.BgClassName
{
background-color: #85560C;
}
</style>
border-color css
<style>
span { border-color: #85560C; }
span { border-color: rgb(133,86,12); }
td.TdClassName
{
border-color: #85560C;
}
.TagClassName
{
border-color: #85560C;
}
</style>