Shades of Raw Umber #875400
Tints of Raw Umber #875400
RGB
CMYK
RGB Variations
Color information
#875400 (or 0x875400) is known color: Raw Umber. HEX triplet: 87, 54 and 00. RGB value is (135,84,0). Sum of RGB (Red+Green+Blue) = 135+84+0=219 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.64% from 219); Green value is 84 (33.20% from 255 or 38.36% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 135 - color contains mainly: red. Hex color #875400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875400 is #78ABFF. Grayscale: #5A5A5A. Windows color (decimal): -7908352 or 21639. OLE color: 21639.
HSL color Cylindrical-coordinate representation of color #875400: hue angle of 37.33º 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 #875400 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 84 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0.47 |
| HSL | 37.33º | 1% | 0.26% | - |
| HSV(B) | 37.33º | 1% | 0.53% | - |
| XYZ | 13.16 | 11.49 | 1.52 | - |
| YUV | 89.67 | 77.4 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 84 | 0 | 0 | 0.38 | 1 | 0.47 | 37.33 | 1 | 0.26 |
| Hex | 87 | 54 | 0 | 0 | 26 | 64 | 2F | 25 | 64 | 1A |
| Octal | 207 | 124 | 0 | 0 | 46 | 144 | 57 | 45 | 144 | 32 |
| Binary | 10000111 | 1010100 | 0 | 0 | 100110 | 1100100 | 101111 | 100101 | 1100100 | 11010 |
Color Harmonies of #875400
Complementary color
Monochromatic Colors of #875400
Black with #875400
Text Example
Text Example
White with #875400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875400; }
p { color: rgb(135,84,0); }
H1.HeaderClassName
{
color: #875400;
}
.AnyTagClassName
{
color: #875400;
}
</style>
background-color css
<style>
a { background-color: #875400; }
a { background-color: rgb(135,84,0); }
div.DivClassName
{
background-color: #875400;
}
.BgClassName
{
background-color: #875400;
}
</style>
border-color css
<style>
span { border-color: #875400; }
span { border-color: rgb(135,84,0); }
td.TdClassName
{
border-color: #875400;
}
.TagClassName
{
border-color: #875400;
}
</style>