Shades of Russet #874819
Tints of Russet #874819
RGB
CMYK
RGB Variations
Color information
#874819 (or 0x874819) is known color: Russet. HEX triplet: 87, 48 and 19. RGB value is (135,72,25). Sum of RGB (Red+Green+Blue) = 135+72+25=232 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.19% from 232); Green value is 72 (28.52% from 255 or 31.03% from 232); Blue value is 25 (10.16% from 255 or 10.78% from 232); Max value from RGB is 135 - color contains mainly: red. Hex color #874819 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874819 is #78B7E6. Grayscale: #555555. Windows color (decimal): -7911399 or 1656967. OLE color: 1656967.
HSL color Cylindrical-coordinate representation of color #874819: hue angle of 25.64º 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 #874819 is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 72 | 25 | - |
| CMYK | 0 | 0.47 | 0.81 | 0.47 |
| HSL | 25.64º | 0.69% | 0.31% | - |
| HSV(B) | 25.64º | 0.81% | 0.53% | - |
| XYZ | 12.48 | 9.86 | 2.16 | - |
| YUV | 85.48 | 93.87 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 72 | 25 | 0 | 0.47 | 0.81 | 0.47 | 25.64 | 0.69 | 0.31 |
| Hex | 87 | 48 | 19 | 0 | 2F | 51 | 2F | 1A | 45 | 1F |
| Octal | 207 | 110 | 31 | 0 | 57 | 121 | 57 | 32 | 105 | 37 |
| Binary | 10000111 | 1001000 | 11001 | 0 | 101111 | 1010001 | 101111 | 11010 | 1000101 | 11111 |
Color Harmonies of #874819
Complementary color
Monochromatic Colors of #874819
Black with #874819
Text Example
Text Example
White with #874819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874819; }
p { color: rgb(135,72,25); }
H1.HeaderClassName
{
color: #874819;
}
.AnyTagClassName
{
color: #874819;
}
</style>
background-color css
<style>
a { background-color: #874819; }
a { background-color: rgb(135,72,25); }
div.DivClassName
{
background-color: #874819;
}
.BgClassName
{
background-color: #874819;
}
</style>
border-color css
<style>
span { border-color: #874819; }
span { border-color: rgb(135,72,25); }
td.TdClassName
{
border-color: #874819;
}
.TagClassName
{
border-color: #874819;
}
</style>