Shades of Russet #86521A
Tints of Russet #86521A
RGB
CMYK
RGB Variations
Color information
#86521A (or 0x86521A) is known color: Russet. HEX triplet: 86, 52 and 1A. RGB value is (134,82,26). Sum of RGB (Red+Green+Blue) = 134+82+26=242 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.37% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 26 (10.55% from 255 or 10.74% from 242); Max value from RGB is 134 - color contains mainly: red. Hex color #86521A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86521A is #79ADE5. Grayscale: #5B5B5B. Windows color (decimal): -7974374 or 1725062. OLE color: 1725062.
HSL color Cylindrical-coordinate representation of color #86521A: hue angle of 31.11º degrees, saturation: 0.68, 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 #86521A is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 82 | 26 | - |
| CMYK | 0 | 0.39 | 0.81 | 0.47 |
| HSL | 31.11º | 0.68% | 0.31% | - |
| HSV(B) | 31.11º | 0.81% | 0.53% | - |
| XYZ | 13.04 | 11.18 | 2.45 | - |
| YUV | 91.16 | 91.23 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 82 | 26 | 0 | 0.39 | 0.81 | 0.47 | 31.11 | 0.68 | 0.31 |
| Hex | 86 | 52 | 1A | 0 | 27 | 51 | 2F | 1F | 44 | 1F |
| Octal | 206 | 122 | 32 | 0 | 47 | 121 | 57 | 37 | 104 | 37 |
| Binary | 10000110 | 1010010 | 11010 | 0 | 100111 | 1010001 | 101111 | 11111 | 1000100 | 11111 |
Color Harmonies of #86521A
Complementary color
Monochromatic Colors of #86521A
Black with #86521A
Text Example
Text Example
White with #86521A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86521A; }
p { color: rgb(134,82,26); }
H1.HeaderClassName
{
color: #86521A;
}
.AnyTagClassName
{
color: #86521A;
}
</style>
background-color css
<style>
a { background-color: #86521A; }
a { background-color: rgb(134,82,26); }
div.DivClassName
{
background-color: #86521A;
}
.BgClassName
{
background-color: #86521A;
}
</style>
border-color css
<style>
span { border-color: #86521A; }
span { border-color: rgb(134,82,26); }
td.TdClassName
{
border-color: #86521A;
}
.TagClassName
{
border-color: #86521A;
}
</style>