Shades of Raw Umber #875405
Tints of Raw Umber #875405
RGB
CMYK
RGB Variations
Color information
#875405 (or 0x875405) is known color: Raw Umber. HEX triplet: 87, 54 and 05. RGB value is (135,84,5). Sum of RGB (Red+Green+Blue) = 135+84+5=224 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.27% from 224); Green value is 84 (33.20% from 255 or 37.5% from 224); Blue value is 5 (2.34% from 255 or 2.23% from 224); Max value from RGB is 135 - color contains mainly: red. Hex color #875405 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875405 is #78ABFA. Grayscale: #5A5A5A. Windows color (decimal): -7908347 or 349319. OLE color: 349319.
HSL color Cylindrical-coordinate representation of color #875405: hue angle of 36.46º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #875405 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 84 | 5 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.47 |
| HSL | 36.46º | 0.93% | 0.27% | - |
| HSV(B) | 36.46º | 0.96% | 0.53% | - |
| XYZ | 13.19 | 11.5 | 1.67 | - |
| YUV | 90.24 | 79.9 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 84 | 5 | 0 | 0.38 | 0.96 | 0.47 | 36.46 | 0.93 | 0.27 |
| Hex | 87 | 54 | 5 | 0 | 26 | 60 | 2F | 24 | 5D | 1B |
| Octal | 207 | 124 | 5 | 0 | 46 | 140 | 57 | 44 | 135 | 33 |
| Binary | 10000111 | 1010100 | 101 | 0 | 100110 | 1100000 | 101111 | 100100 | 1011101 | 11011 |
Color Harmonies of #875405
Complementary color
Monochromatic Colors of #875405
Black with #875405
Text Example
Text Example
White with #875405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875405; }
p { color: rgb(135,84,5); }
H1.HeaderClassName
{
color: #875405;
}
.AnyTagClassName
{
color: #875405;
}
</style>
background-color css
<style>
a { background-color: #875405; }
a { background-color: rgb(135,84,5); }
div.DivClassName
{
background-color: #875405;
}
.BgClassName
{
background-color: #875405;
}
</style>
border-color css
<style>
span { border-color: #875405; }
span { border-color: rgb(135,84,5); }
td.TdClassName
{
border-color: #875405;
}
.TagClassName
{
border-color: #875405;
}
</style>