Shades of Russet #875019
Tints of Russet #875019
RGB
CMYK
RGB Variations
Color information
#875019 (or 0x875019) is known color: Russet. HEX triplet: 87, 50 and 19. RGB value is (135,80,25). Sum of RGB (Red+Green+Blue) = 135+80+25=240 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.25% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 25 (10.16% from 255 or 10.42% from 240); Max value from RGB is 135 - color contains mainly: red. Hex color #875019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875019 is #78AFE6. Grayscale: #5A5A5A. Windows color (decimal): -7909351 or 1659015. OLE color: 1659015.
HSL color Cylindrical-coordinate representation of color #875019: hue angle of 30º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #875019 is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 80 | 25 | - |
| CMYK | 0 | 0.41 | 0.81 | 0.47 |
| HSL | 30º | 0.69% | 0.31% | - |
| HSV(B) | 30º | 0.81% | 0.53% | - |
| XYZ | 13.04 | 10.96 | 2.35 | - |
| YUV | 90.18 | 91.22 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 80 | 25 | 0 | 0.41 | 0.81 | 0.47 | 30 | 0.69 | 0.31 |
| Hex | 87 | 50 | 19 | 0 | 29 | 51 | 2F | 1E | 45 | 1F |
| Octal | 207 | 120 | 31 | 0 | 51 | 121 | 57 | 36 | 105 | 37 |
| Binary | 10000111 | 1010000 | 11001 | 0 | 101001 | 1010001 | 101111 | 11110 | 1000101 | 11111 |
Color Harmonies of #875019
Complementary color
Monochromatic Colors of #875019
Black with #875019
Text Example
Text Example
White with #875019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875019; }
p { color: rgb(135,80,25); }
H1.HeaderClassName
{
color: #875019;
}
.AnyTagClassName
{
color: #875019;
}
</style>
background-color css
<style>
a { background-color: #875019; }
a { background-color: rgb(135,80,25); }
div.DivClassName
{
background-color: #875019;
}
.BgClassName
{
background-color: #875019;
}
</style>
border-color css
<style>
span { border-color: #875019; }
span { border-color: rgb(135,80,25); }
td.TdClassName
{
border-color: #875019;
}
.TagClassName
{
border-color: #875019;
}
</style>