Shades of Rusty Nail #895C28
Tints of Rusty Nail #895C28
RGB
CMYK
RGB Variations
Color information
#895C28 (or 0x895C28) is known color: Rusty Nail. HEX triplet: 89, 5C and 28. RGB value is (137,92,40). Sum of RGB (Red+Green+Blue) = 137+92+40=269 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.93% from 269); Green value is 92 (36.33% from 255 or 34.20% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 137 - color contains mainly: red. Hex color #895C28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895C28 is #76A3D7. Grayscale: #636363. Windows color (decimal): -7775192 or 2645129. OLE color: 2645129.
HSL color Cylindrical-coordinate representation of color #895C28: hue angle of 32.16º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #895C28 is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 92 | 40 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.46 |
| HSL | 32.16º | 0.55% | 0.35% | - |
| HSV(B) | 32.16º | 0.71% | 0.54% | - |
| XYZ | 14.53 | 13.13 | 3.78 | - |
| YUV | 99.53 | 94.41 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 92 | 40 | 0 | 0.33 | 0.71 | 0.46 | 32.16 | 0.55 | 0.35 |
| Hex | 89 | 5C | 28 | 0 | 21 | 47 | 2E | 20 | 37 | 23 |
| Octal | 211 | 134 | 50 | 0 | 41 | 107 | 56 | 40 | 67 | 43 |
| Binary | 10001001 | 1011100 | 101000 | 0 | 100001 | 1000111 | 101110 | 100000 | 110111 | 100011 |
Color Harmonies of #895C28
Complementary color
Monochromatic Colors of #895C28
Black with #895C28
Text Example
Text Example
White with #895C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895C28; }
p { color: rgb(137,92,40); }
H1.HeaderClassName
{
color: #895C28;
}
.AnyTagClassName
{
color: #895C28;
}
</style>
background-color css
<style>
a { background-color: #895C28; }
a { background-color: rgb(137,92,40); }
div.DivClassName
{
background-color: #895C28;
}
.BgClassName
{
background-color: #895C28;
}
</style>
border-color css
<style>
span { border-color: #895C28; }
span { border-color: rgb(137,92,40); }
td.TdClassName
{
border-color: #895C28;
}
.TagClassName
{
border-color: #895C28;
}
</style>