Shades of Rusty Nail #855830
Tints of Rusty Nail #855830
RGB
CMYK
RGB Variations
Color information
#855830 (or 0x855830) is known color: Rusty Nail. HEX triplet: 85, 58 and 30. RGB value is (133,88,48). Sum of RGB (Red+Green+Blue) = 133+88+48=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 88 (34.77% from 255 or 32.71% from 269); Blue value is 48 (19.14% from 255 or 17.84% from 269); Max value from RGB is 133 - color contains mainly: red. Hex color #855830 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855830 is #7AA7CF. Grayscale: #616161. Windows color (decimal): -8038352 or 3168389. OLE color: 3168389.
HSL color Cylindrical-coordinate representation of color #855830: hue angle of 28.24º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #855830 is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 88 | 48 | - |
| CMYK | 0 | 0.34 | 0.64 | 0.48 |
| HSL | 28.24º | 0.47% | 0.35% | - |
| HSV(B) | 28.24º | 0.64% | 0.52% | - |
| XYZ | 13.7 | 12.18 | 4.43 | - |
| YUV | 96.9 | 100.41 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 88 | 48 | 0 | 0.34 | 0.64 | 0.48 | 28.24 | 0.47 | 0.35 |
| Hex | 85 | 58 | 30 | 0 | 22 | 40 | 30 | 1C | 2F | 23 |
| Octal | 205 | 130 | 60 | 0 | 42 | 100 | 60 | 34 | 57 | 43 |
| Binary | 10000101 | 1011000 | 110000 | 0 | 100010 | 1000000 | 110000 | 11100 | 101111 | 100011 |
Color Harmonies of #855830
Complementary color
Monochromatic Colors of #855830
Black with #855830
Text Example
Text Example
White with #855830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855830; }
p { color: rgb(133,88,48); }
H1.HeaderClassName
{
color: #855830;
}
.AnyTagClassName
{
color: #855830;
}
</style>
background-color css
<style>
a { background-color: #855830; }
a { background-color: rgb(133,88,48); }
div.DivClassName
{
background-color: #855830;
}
.BgClassName
{
background-color: #855830;
}
</style>
border-color css
<style>
span { border-color: #855830; }
span { border-color: rgb(133,88,48); }
td.TdClassName
{
border-color: #855830;
}
.TagClassName
{
border-color: #855830;
}
</style>