Shades of Raw Umber #875500
Tints of Raw Umber #875500
RGB
CMYK
RGB Variations
Color information
#875500 (or 0x875500) is known color: Raw Umber. HEX triplet: 87, 55 and 00. RGB value is (135,85,0). Sum of RGB (Red+Green+Blue) = 135+85+0=220 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.36% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 135 - color contains mainly: red. Hex color #875500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875500 is #78AAFF. Grayscale: #5A5A5A. Windows color (decimal): -7908096 or 21895. OLE color: 21895.
HSL color Cylindrical-coordinate representation of color #875500: hue angle of 37.78º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #875500 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 85 | 0 | - |
| CMYK | 0 | 0.37 | 1 | 0.47 |
| HSL | 37.78º | 1% | 0.26% | - |
| HSV(B) | 37.78º | 1% | 0.53% | - |
| XYZ | 13.24 | 11.65 | 1.55 | - |
| YUV | 90.26 | 77.07 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 85 | 0 | 0 | 0.37 | 1 | 0.47 | 37.78 | 1 | 0.26 |
| Hex | 87 | 55 | 0 | 0 | 25 | 64 | 2F | 26 | 64 | 1A |
| Octal | 207 | 125 | 0 | 0 | 45 | 144 | 57 | 46 | 144 | 32 |
| Binary | 10000111 | 1010101 | 0 | 0 | 100101 | 1100100 | 101111 | 100110 | 1100100 | 11010 |
Color Harmonies of #875500
Complementary color
Monochromatic Colors of #875500
Black with #875500
Text Example
Text Example
White with #875500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875500; }
p { color: rgb(135,85,0); }
H1.HeaderClassName
{
color: #875500;
}
.AnyTagClassName
{
color: #875500;
}
</style>
background-color css
<style>
a { background-color: #875500; }
a { background-color: rgb(135,85,0); }
div.DivClassName
{
background-color: #875500;
}
.BgClassName
{
background-color: #875500;
}
</style>
border-color css
<style>
span { border-color: #875500; }
span { border-color: rgb(135,85,0); }
td.TdClassName
{
border-color: #875500;
}
.TagClassName
{
border-color: #875500;
}
</style>