Shades of Raw Umber #85560D
Tints of Raw Umber #85560D
RGB
CMYK
RGB Variations
Color information
#85560D (or 0x85560D) is known color: Raw Umber. HEX triplet: 85, 56 and 0D. RGB value is (133,86,13). Sum of RGB (Red+Green+Blue) = 133+86+13=232 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.33% from 232); Green value is 86 (33.98% from 255 or 37.07% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 133 - color contains mainly: red. Hex color #85560D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85560D is #7AA9F2. Grayscale: #5C5C5C. Windows color (decimal): -8038899 or 874117. OLE color: 874117.
HSL color Cylindrical-coordinate representation of color #85560D: hue angle of 36.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85560D is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 86 | 13 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.48 |
| HSL | 36.5º | 0.82% | 0.29% | - |
| HSV(B) | 36.5º | 0.9% | 0.52% | - |
| XYZ | 13.07 | 11.67 | 1.94 | - |
| YUV | 91.73 | 83.57 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 86 | 13 | 0 | 0.35 | 0.90 | 0.48 | 36.5 | 0.82 | 0.29 |
| Hex | 85 | 56 | D | 0 | 23 | 5A | 30 | 24 | 52 | 1D |
| Octal | 205 | 126 | 15 | 0 | 43 | 132 | 60 | 44 | 122 | 35 |
| Binary | 10000101 | 1010110 | 1101 | 0 | 100011 | 1011010 | 110000 | 100100 | 1010010 | 11101 |
Color Harmonies of #85560D
Complementary color
Monochromatic Colors of #85560D
Black with #85560D
Text Example
Text Example
White with #85560D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85560D; }
p { color: rgb(133,86,13); }
H1.HeaderClassName
{
color: #85560D;
}
.AnyTagClassName
{
color: #85560D;
}
</style>
background-color css
<style>
a { background-color: #85560D; }
a { background-color: rgb(133,86,13); }
div.DivClassName
{
background-color: #85560D;
}
.BgClassName
{
background-color: #85560D;
}
</style>
border-color css
<style>
span { border-color: #85560D; }
span { border-color: rgb(133,86,13); }
td.TdClassName
{
border-color: #85560D;
}
.TagClassName
{
border-color: #85560D;
}
</style>