Shades of Raw Umber #875200
Tints of Raw Umber #875200
RGB
CMYK
RGB Variations
Color information
#875200 (or 0x875200) is known color: Raw Umber. HEX triplet: 87, 52 and 00. RGB value is (135,82,0). Sum of RGB (Red+Green+Blue) = 135+82+0=217 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.21% from 217); Green value is 82 (32.42% from 255 or 37.79% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 135 - color contains mainly: red. Hex color #875200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875200 is #78ADFF. Grayscale: #585858. Windows color (decimal): -7908864 or 21127. OLE color: 21127.
HSL color Cylindrical-coordinate representation of color #875200: hue angle of 36.44º 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 #875200 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 82 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.47 |
| HSL | 36.44º | 1% | 0.26% | - |
| HSV(B) | 36.44º | 1% | 0.53% | - |
| XYZ | 13.01 | 11.19 | 1.47 | - |
| YUV | 88.5 | 78.06 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 82 | 0 | 0 | 0.39 | 1 | 0.47 | 36.44 | 1 | 0.26 |
| Hex | 87 | 52 | 0 | 0 | 27 | 64 | 2F | 24 | 64 | 1A |
| Octal | 207 | 122 | 0 | 0 | 47 | 144 | 57 | 44 | 144 | 32 |
| Binary | 10000111 | 1010010 | 0 | 0 | 100111 | 1100100 | 101111 | 100100 | 1100100 | 11010 |
Color Harmonies of #875200
Complementary color
Monochromatic Colors of #875200
Black with #875200
Text Example
Text Example
White with #875200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875200; }
p { color: rgb(135,82,0); }
H1.HeaderClassName
{
color: #875200;
}
.AnyTagClassName
{
color: #875200;
}
</style>
background-color css
<style>
a { background-color: #875200; }
a { background-color: rgb(135,82,0); }
div.DivClassName
{
background-color: #875200;
}
.BgClassName
{
background-color: #875200;
}
</style>
border-color css
<style>
span { border-color: #875200; }
span { border-color: rgb(135,82,0); }
td.TdClassName
{
border-color: #875200;
}
.TagClassName
{
border-color: #875200;
}
</style>