Shades of Raw Umber #85580D
Tints of Raw Umber #85580D
RGB
CMYK
RGB Variations
Color information
#85580D (or 0x85580D) is known color: Raw Umber. HEX triplet: 85, 58 and 0D. RGB value is (133,88,13). Sum of RGB (Red+Green+Blue) = 133+88+13=234 (30% of max value = 765). Red value is 133 (52.34% from 255 or 56.84% from 234); Green value is 88 (34.77% from 255 or 37.61% from 234); Blue value is 13 (5.47% from 255 or 5.56% from 234); Max value from RGB is 133 - color contains mainly: red. Hex color #85580D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85580D is #7AA7F2. Grayscale: #5D5D5D. Windows color (decimal): -8038387 or 874629. OLE color: 874629.
HSL color Cylindrical-coordinate representation of color #85580D: hue angle of 37.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 #85580D is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 88 | 13 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.48 |
| HSL | 37.5º | 0.82% | 0.29% | - |
| HSV(B) | 37.5º | 0.9% | 0.52% | - |
| XYZ | 13.24 | 12 | 2 | - |
| YUV | 92.91 | 82.91 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 88 | 13 | 0 | 0.34 | 0.90 | 0.48 | 37.5 | 0.82 | 0.29 |
| Hex | 85 | 58 | D | 0 | 22 | 5A | 30 | 26 | 52 | 1D |
| Octal | 205 | 130 | 15 | 0 | 42 | 132 | 60 | 46 | 122 | 35 |
| Binary | 10000101 | 1011000 | 1101 | 0 | 100010 | 1011010 | 110000 | 100110 | 1010010 | 11101 |
Color Harmonies of #85580D
Complementary color
Monochromatic Colors of #85580D
Black with #85580D
Text Example
Text Example
White with #85580D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85580D; }
p { color: rgb(133,88,13); }
H1.HeaderClassName
{
color: #85580D;
}
.AnyTagClassName
{
color: #85580D;
}
</style>
background-color css
<style>
a { background-color: #85580D; }
a { background-color: rgb(133,88,13); }
div.DivClassName
{
background-color: #85580D;
}
.BgClassName
{
background-color: #85580D;
}
</style>
border-color css
<style>
span { border-color: #85580D; }
span { border-color: rgb(133,88,13); }
td.TdClassName
{
border-color: #85580D;
}
.TagClassName
{
border-color: #85580D;
}
</style>