Shades of Raw Umber #875507
Tints of Raw Umber #875507
RGB
CMYK
RGB Variations
Color information
#875507 (or 0x875507) is known color: Raw Umber. HEX triplet: 87, 55 and 07. RGB value is (135,85,7). Sum of RGB (Red+Green+Blue) = 135+85+7=227 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.47% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 7 (3.12% from 255 or 3.08% from 227); Max value from RGB is 135 - color contains mainly: red. Hex color #875507 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875507 is #78AAF8. Grayscale: #5B5B5B. Windows color (decimal): -7908089 or 480647. OLE color: 480647.
HSL color Cylindrical-coordinate representation of color #875507: hue angle of 36.56º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #875507 is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 85 | 7 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.47 |
| HSL | 36.56º | 0.9% | 0.28% | - |
| HSV(B) | 36.56º | 0.95% | 0.53% | - |
| XYZ | 13.28 | 11.66 | 1.75 | - |
| YUV | 91.06 | 80.57 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 85 | 7 | 0 | 0.37 | 0.95 | 0.47 | 36.56 | 0.9 | 0.28 |
| Hex | 87 | 55 | 7 | 0 | 25 | 5F | 2F | 25 | 5A | 1C |
| Octal | 207 | 125 | 7 | 0 | 45 | 137 | 57 | 45 | 132 | 34 |
| Binary | 10000111 | 1010101 | 111 | 0 | 100101 | 1011111 | 101111 | 100101 | 1011010 | 11100 |
Color Harmonies of #875507
Complementary color
Monochromatic Colors of #875507
Black with #875507
Text Example
Text Example
White with #875507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875507; }
p { color: rgb(135,85,7); }
H1.HeaderClassName
{
color: #875507;
}
.AnyTagClassName
{
color: #875507;
}
</style>
background-color css
<style>
a { background-color: #875507; }
a { background-color: rgb(135,85,7); }
div.DivClassName
{
background-color: #875507;
}
.BgClassName
{
background-color: #875507;
}
</style>
border-color css
<style>
span { border-color: #875507; }
span { border-color: rgb(135,85,7); }
td.TdClassName
{
border-color: #875507;
}
.TagClassName
{
border-color: #875507;
}
</style>