Shades of Russet #874A19
Tints of Russet #874A19
RGB
CMYK
RGB Variations
Color information
#874A19 (or 0x874A19) is known color: Russet. HEX triplet: 87, 4A and 19. RGB value is (135,74,25). Sum of RGB (Red+Green+Blue) = 135+74+25=234 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.69% from 234); Green value is 74 (29.30% from 255 or 31.62% from 234); Blue value is 25 (10.16% from 255 or 10.68% from 234); Max value from RGB is 135 - color contains mainly: red. Hex color #874A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874A19 is #78B5E6. Grayscale: #565656. Windows color (decimal): -7910887 or 1657479. OLE color: 1657479.
HSL color Cylindrical-coordinate representation of color #874A19: hue angle of 26.73º 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 #874A19 is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 74 | 25 | - |
| CMYK | 0 | 0.45 | 0.81 | 0.47 |
| HSL | 26.73º | 0.69% | 0.31% | - |
| HSV(B) | 26.73º | 0.81% | 0.53% | - |
| XYZ | 12.62 | 10.12 | 2.21 | - |
| YUV | 86.65 | 93.21 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 74 | 25 | 0 | 0.45 | 0.81 | 0.47 | 26.73 | 0.69 | 0.31 |
| Hex | 87 | 4A | 19 | 0 | 2D | 51 | 2F | 1B | 45 | 1F |
| Octal | 207 | 112 | 31 | 0 | 55 | 121 | 57 | 33 | 105 | 37 |
| Binary | 10000111 | 1001010 | 11001 | 0 | 101101 | 1010001 | 101111 | 11011 | 1000101 | 11111 |
Color Harmonies of #874A19
Complementary color
Monochromatic Colors of #874A19
Black with #874A19
Text Example
Text Example
White with #874A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874A19; }
p { color: rgb(135,74,25); }
H1.HeaderClassName
{
color: #874A19;
}
.AnyTagClassName
{
color: #874A19;
}
</style>
background-color css
<style>
a { background-color: #874A19; }
a { background-color: rgb(135,74,25); }
div.DivClassName
{
background-color: #874A19;
}
.BgClassName
{
background-color: #874A19;
}
</style>
border-color css
<style>
span { border-color: #874A19; }
span { border-color: rgb(135,74,25); }
td.TdClassName
{
border-color: #874A19;
}
.TagClassName
{
border-color: #874A19;
}
</style>