Shades of Rusty Nail #865833
Tints of Rusty Nail #865833
RGB
CMYK
RGB Variations
Color information
#865833 (or 0x865833) is known color: Rusty Nail. HEX triplet: 86, 58 and 33. RGB value is (134,88,51). Sum of RGB (Red+Green+Blue) = 134+88+51=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #865833 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865833 is #79A7CC. Grayscale: #616161. Windows color (decimal): -7972813 or 3364998. OLE color: 3364998.
HSL color Cylindrical-coordinate representation of color #865833: hue angle of 26.75º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #865833 is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 88 | 51 | - |
| CMYK | 0 | 0.34 | 0.62 | 0.47 |
| HSL | 26.75º | 0.45% | 0.36% | - |
| HSV(B) | 26.75º | 0.62% | 0.53% | - |
| XYZ | 13.92 | 12.29 | 4.77 | - |
| YUV | 97.54 | 101.74 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 88 | 51 | 0 | 0.34 | 0.62 | 0.47 | 26.75 | 0.45 | 0.36 |
| Hex | 86 | 58 | 33 | 0 | 22 | 3E | 2F | 1B | 2D | 24 |
| Octal | 206 | 130 | 63 | 0 | 42 | 76 | 57 | 33 | 55 | 44 |
| Binary | 10000110 | 1011000 | 110011 | 0 | 100010 | 111110 | 101111 | 11011 | 101101 | 100100 |
Color Harmonies of #865833
Complementary color
Monochromatic Colors of #865833
Black with #865833
Text Example
Text Example
White with #865833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865833; }
p { color: rgb(134,88,51); }
H1.HeaderClassName
{
color: #865833;
}
.AnyTagClassName
{
color: #865833;
}
</style>
background-color css
<style>
a { background-color: #865833; }
a { background-color: rgb(134,88,51); }
div.DivClassName
{
background-color: #865833;
}
.BgClassName
{
background-color: #865833;
}
</style>
border-color css
<style>
span { border-color: #865833; }
span { border-color: rgb(134,88,51); }
td.TdClassName
{
border-color: #865833;
}
.TagClassName
{
border-color: #865833;
}
</style>