Shades of Russet #863C1B
Tints of Russet #863C1B
RGB
CMYK
RGB Variations
Color information
#863C1B (or 0x863C1B) is known color: Russet. HEX triplet: 86, 3C and 1B. RGB value is (134,60,27). Sum of RGB (Red+Green+Blue) = 134+60+27=221 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.63% from 221); Green value is 60 (23.83% from 255 or 27.15% from 221); Blue value is 27 (10.94% from 255 or 12.22% from 221); Max value from RGB is 134 - color contains mainly: red. Hex color #863C1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863C1B is #79C3E4. Grayscale: #4E4E4E. Windows color (decimal): -7980005 or 1784966. OLE color: 1784966.
HSL color Cylindrical-coordinate representation of color #863C1B: hue angle of 18.5º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #863C1B is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 60 | 27 | - |
| CMYK | 0 | 0.55 | 0.80 | 0.47 |
| HSL | 18.5º | 0.66% | 0.32% | - |
| HSV(B) | 18.5º | 0.8% | 0.53% | - |
| XYZ | 11.65 | 8.38 | 2.04 | - |
| YUV | 78.36 | 99.02 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 60 | 27 | 0 | 0.55 | 0.80 | 0.47 | 18.5 | 0.66 | 0.32 |
| Hex | 86 | 3C | 1B | 0 | 37 | 50 | 2F | 13 | 42 | 20 |
| Octal | 206 | 74 | 33 | 0 | 67 | 120 | 57 | 23 | 102 | 40 |
| Binary | 10000110 | 111100 | 11011 | 0 | 110111 | 1010000 | 101111 | 10011 | 1000010 | 100000 |
Color Harmonies of #863C1B
Complementary color
Monochromatic Colors of #863C1B
Black with #863C1B
Text Example
Text Example
White with #863C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863C1B; }
p { color: rgb(134,60,27); }
H1.HeaderClassName
{
color: #863C1B;
}
.AnyTagClassName
{
color: #863C1B;
}
</style>
background-color css
<style>
a { background-color: #863C1B; }
a { background-color: rgb(134,60,27); }
div.DivClassName
{
background-color: #863C1B;
}
.BgClassName
{
background-color: #863C1B;
}
</style>
border-color css
<style>
span { border-color: #863C1B; }
span { border-color: rgb(134,60,27); }
td.TdClassName
{
border-color: #863C1B;
}
.TagClassName
{
border-color: #863C1B;
}
</style>