Shades of Raw Umber #875501
Tints of Raw Umber #875501
RGB
CMYK
RGB Variations
Color information
#875501 (or 0x875501) is known color: Raw Umber. HEX triplet: 87, 55 and 01. RGB value is (135,85,1). Sum of RGB (Red+Green+Blue) = 135+85+1=221 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.09% from 221); Green value is 85 (33.59% from 255 or 38.46% from 221); Blue value is 1 (0.78% from 255 or 0.45% from 221); Max value from RGB is 135 - color contains mainly: red. Hex color #875501 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875501 is #78AAFE. Grayscale: #5A5A5A. Windows color (decimal): -7908095 or 87431. OLE color: 87431.
HSL color Cylindrical-coordinate representation of color #875501: hue angle of 37.61º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #875501 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 85 | 1 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.47 |
| HSL | 37.61º | 0.99% | 0.27% | - |
| HSV(B) | 37.61º | 0.99% | 0.53% | - |
| XYZ | 13.25 | 11.65 | 1.58 | - |
| YUV | 90.37 | 77.57 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 85 | 1 | 0 | 0.37 | 0.99 | 0.47 | 37.61 | 0.99 | 0.27 |
| Hex | 87 | 55 | 1 | 0 | 25 | 63 | 2F | 26 | 63 | 1B |
| Octal | 207 | 125 | 1 | 0 | 45 | 143 | 57 | 46 | 143 | 33 |
| Binary | 10000111 | 1010101 | 1 | 0 | 100101 | 1100011 | 101111 | 100110 | 1100011 | 11011 |
Color Harmonies of #875501
Complementary color
Monochromatic Colors of #875501
Black with #875501
Text Example
Text Example
White with #875501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875501; }
p { color: rgb(135,85,1); }
H1.HeaderClassName
{
color: #875501;
}
.AnyTagClassName
{
color: #875501;
}
</style>
background-color css
<style>
a { background-color: #875501; }
a { background-color: rgb(135,85,1); }
div.DivClassName
{
background-color: #875501;
}
.BgClassName
{
background-color: #875501;
}
</style>
border-color css
<style>
span { border-color: #875501; }
span { border-color: rgb(135,85,1); }
td.TdClassName
{
border-color: #875501;
}
.TagClassName
{
border-color: #875501;
}
</style>