Shades of Raw Umber #875707
Tints of Raw Umber #875707
RGB
CMYK
RGB Variations
Color information
#875707 (or 0x875707) is known color: Raw Umber. HEX triplet: 87, 57 and 07. RGB value is (135,87,7). Sum of RGB (Red+Green+Blue) = 135+87+7=229 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.95% from 229); Green value is 87 (34.38% from 255 or 37.99% from 229); Blue value is 7 (3.12% from 255 or 3.06% from 229); Max value from RGB is 135 - color contains mainly: red. Hex color #875707 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875707 is #78A8F8. Grayscale: #5C5C5C. Windows color (decimal): -7907577 or 481159. OLE color: 481159.
HSL color Cylindrical-coordinate representation of color #875707: hue angle of 37.5º 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 #875707 is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 87 | 7 | - |
| CMYK | 0 | 0.36 | 0.95 | 0.47 |
| HSL | 37.5º | 0.9% | 0.28% | - |
| HSV(B) | 37.5º | 0.95% | 0.53% | - |
| XYZ | 13.44 | 11.98 | 1.81 | - |
| YUV | 92.23 | 79.9 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 87 | 7 | 0 | 0.36 | 0.95 | 0.47 | 37.5 | 0.9 | 0.28 |
| Hex | 87 | 57 | 7 | 0 | 24 | 5F | 2F | 26 | 5A | 1C |
| Octal | 207 | 127 | 7 | 0 | 44 | 137 | 57 | 46 | 132 | 34 |
| Binary | 10000111 | 1010111 | 111 | 0 | 100100 | 1011111 | 101111 | 100110 | 1011010 | 11100 |
Color Harmonies of #875707
Complementary color
Monochromatic Colors of #875707
Black with #875707
Text Example
Text Example
White with #875707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875707; }
p { color: rgb(135,87,7); }
H1.HeaderClassName
{
color: #875707;
}
.AnyTagClassName
{
color: #875707;
}
</style>
background-color css
<style>
a { background-color: #875707; }
a { background-color: rgb(135,87,7); }
div.DivClassName
{
background-color: #875707;
}
.BgClassName
{
background-color: #875707;
}
</style>
border-color css
<style>
span { border-color: #875707; }
span { border-color: rgb(135,87,7); }
td.TdClassName
{
border-color: #875707;
}
.TagClassName
{
border-color: #875707;
}
</style>