Shades of Rusty Nail #855A2F
Tints of Rusty Nail #855A2F
RGB
CMYK
RGB Variations
Color information
#855A2F (or 0x855A2F) is known color: Rusty Nail. HEX triplet: 85, 5A and 2F. RGB value is (133,90,47). Sum of RGB (Red+Green+Blue) = 133+90+47=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 90 (35.55% from 255 or 33.33% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #855A2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855A2F is #7AA5D0. Grayscale: #626262. Windows color (decimal): -8037841 or 3103365. OLE color: 3103365.
HSL color Cylindrical-coordinate representation of color #855A2F: hue angle of 30º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #855A2F is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 90 | 47 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.48 |
| HSL | 30º | 0.48% | 0.35% | - |
| HSV(B) | 30º | 0.65% | 0.52% | - |
| XYZ | 13.84 | 12.5 | 4.37 | - |
| YUV | 97.96 | 99.25 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 90 | 47 | 0 | 0.32 | 0.65 | 0.48 | 30 | 0.48 | 0.35 |
| Hex | 85 | 5A | 2F | 0 | 20 | 41 | 30 | 1E | 30 | 23 |
| Octal | 205 | 132 | 57 | 0 | 40 | 101 | 60 | 36 | 60 | 43 |
| Binary | 10000101 | 1011010 | 101111 | 0 | 100000 | 1000001 | 110000 | 11110 | 110000 | 100011 |
Color Harmonies of #855A2F
Complementary color
Monochromatic Colors of #855A2F
Black with #855A2F
Text Example
Text Example
White with #855A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855A2F; }
p { color: rgb(133,90,47); }
H1.HeaderClassName
{
color: #855A2F;
}
.AnyTagClassName
{
color: #855A2F;
}
</style>
background-color css
<style>
a { background-color: #855A2F; }
a { background-color: rgb(133,90,47); }
div.DivClassName
{
background-color: #855A2F;
}
.BgClassName
{
background-color: #855A2F;
}
</style>
border-color css
<style>
span { border-color: #855A2F; }
span { border-color: rgb(133,90,47); }
td.TdClassName
{
border-color: #855A2F;
}
.TagClassName
{
border-color: #855A2F;
}
</style>