Shades of Raw Umber #85580F
Tints of Raw Umber #85580F
RGB
CMYK
RGB Variations
Color information
#85580F (or 0x85580F) is known color: Raw Umber. HEX triplet: 85, 58 and 0F. RGB value is (133,88,15). Sum of RGB (Red+Green+Blue) = 133+88+15=236 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.36% from 236); Green value is 88 (34.77% from 255 or 37.29% from 236); Blue value is 15 (6.25% from 255 or 6.36% from 236); Max value from RGB is 133 - color contains mainly: red. Hex color #85580F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85580F is #7AA7F0. Grayscale: #5D5D5D. Windows color (decimal): -8038385 or 1005701. OLE color: 1005701.
HSL color Cylindrical-coordinate representation of color #85580F: hue angle of 37.12º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85580F is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 88 | 15 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.48 |
| HSL | 37.12º | 0.8% | 0.29% | - |
| HSV(B) | 37.12º | 0.89% | 0.52% | - |
| XYZ | 13.25 | 12 | 2.07 | - |
| YUV | 93.13 | 83.91 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 88 | 15 | 0 | 0.34 | 0.89 | 0.48 | 37.12 | 0.8 | 0.29 |
| Hex | 85 | 58 | F | 0 | 22 | 59 | 30 | 25 | 50 | 1D |
| Octal | 205 | 130 | 17 | 0 | 42 | 131 | 60 | 45 | 120 | 35 |
| Binary | 10000101 | 1011000 | 1111 | 0 | 100010 | 1011001 | 110000 | 100101 | 1010000 | 11101 |
Color Harmonies of #85580F
Complementary color
Monochromatic Colors of #85580F
Black with #85580F
Text Example
Text Example
White with #85580F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85580F; }
p { color: rgb(133,88,15); }
H1.HeaderClassName
{
color: #85580F;
}
.AnyTagClassName
{
color: #85580F;
}
</style>
background-color css
<style>
a { background-color: #85580F; }
a { background-color: rgb(133,88,15); }
div.DivClassName
{
background-color: #85580F;
}
.BgClassName
{
background-color: #85580F;
}
</style>
border-color css
<style>
span { border-color: #85580F; }
span { border-color: rgb(133,88,15); }
td.TdClassName
{
border-color: #85580F;
}
.TagClassName
{
border-color: #85580F;
}
</style>