Shades of Russet #865319
Tints of Russet #865319
RGB
CMYK
RGB Variations
Color information
#865319 (or 0x865319) is known color: Russet. HEX triplet: 86, 53 and 19. RGB value is (134,83,25). Sum of RGB (Red+Green+Blue) = 134+83+25=242 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.37% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 134 - color contains mainly: red. Hex color #865319 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865319 is #79ACE6. Grayscale: #5B5B5B. Windows color (decimal): -7974119 or 1659782. OLE color: 1659782.
HSL color Cylindrical-coordinate representation of color #865319: hue angle of 31.93º 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 #865319 is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 83 | 25 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.47 |
| HSL | 31.93º | 0.69% | 0.31% | - |
| HSV(B) | 31.93º | 0.81% | 0.53% | - |
| XYZ | 13.1 | 11.33 | 2.42 | - |
| YUV | 91.64 | 90.4 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 83 | 25 | 0 | 0.38 | 0.81 | 0.47 | 31.93 | 0.69 | 0.31 |
| Hex | 86 | 53 | 19 | 0 | 26 | 51 | 2F | 20 | 45 | 1F |
| Octal | 206 | 123 | 31 | 0 | 46 | 121 | 57 | 40 | 105 | 37 |
| Binary | 10000110 | 1010011 | 11001 | 0 | 100110 | 1010001 | 101111 | 100000 | 1000101 | 11111 |
Color Harmonies of #865319
Complementary color
Monochromatic Colors of #865319
Black with #865319
Text Example
Text Example
White with #865319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865319; }
p { color: rgb(134,83,25); }
H1.HeaderClassName
{
color: #865319;
}
.AnyTagClassName
{
color: #865319;
}
</style>
background-color css
<style>
a { background-color: #865319; }
a { background-color: rgb(134,83,25); }
div.DivClassName
{
background-color: #865319;
}
.BgClassName
{
background-color: #865319;
}
</style>
border-color css
<style>
span { border-color: #865319; }
span { border-color: rgb(134,83,25); }
td.TdClassName
{
border-color: #865319;
}
.TagClassName
{
border-color: #865319;
}
</style>