Shades of Russet #86521D
Tints of Russet #86521D
RGB
CMYK
RGB Variations
Color information
#86521D (or 0x86521D) is known color: Russet. HEX triplet: 86, 52 and 1D. RGB value is (134,82,29). Sum of RGB (Red+Green+Blue) = 134+82+29=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 29 (11.72% from 255 or 11.84% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #86521D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86521D is #79ADE2. Grayscale: #5B5B5B. Windows color (decimal): -7974371 or 1921670. OLE color: 1921670.
HSL color Cylindrical-coordinate representation of color #86521D: hue angle of 30.29º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #86521D is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 82 | 29 | - |
| CMYK | 0 | 0.39 | 0.78 | 0.47 |
| HSL | 30.29º | 0.64% | 0.32% | - |
| HSV(B) | 30.29º | 0.78% | 0.53% | - |
| XYZ | 13.07 | 11.19 | 2.63 | - |
| YUV | 91.51 | 92.73 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 82 | 29 | 0 | 0.39 | 0.78 | 0.47 | 30.29 | 0.64 | 0.32 |
| Hex | 86 | 52 | 1D | 0 | 27 | 4E | 2F | 1E | 40 | 20 |
| Octal | 206 | 122 | 35 | 0 | 47 | 116 | 57 | 36 | 100 | 40 |
| Binary | 10000110 | 1010010 | 11101 | 0 | 100111 | 1001110 | 101111 | 11110 | 1000000 | 100000 |
Color Harmonies of #86521D
Complementary color
Monochromatic Colors of #86521D
Black with #86521D
Text Example
Text Example
White with #86521D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86521D; }
p { color: rgb(134,82,29); }
H1.HeaderClassName
{
color: #86521D;
}
.AnyTagClassName
{
color: #86521D;
}
</style>
background-color css
<style>
a { background-color: #86521D; }
a { background-color: rgb(134,82,29); }
div.DivClassName
{
background-color: #86521D;
}
.BgClassName
{
background-color: #86521D;
}
</style>
border-color css
<style>
span { border-color: #86521D; }
span { border-color: rgb(134,82,29); }
td.TdClassName
{
border-color: #86521D;
}
.TagClassName
{
border-color: #86521D;
}
</style>