Shades of Rusty Nail #895C30
Tints of Rusty Nail #895C30
RGB
CMYK
RGB Variations
Color information
#895C30 (or 0x895C30) is known color: Rusty Nail. HEX triplet: 89, 5C and 30. RGB value is (137,92,48). Sum of RGB (Red+Green+Blue) = 137+92+48=277 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.46% from 277); Green value is 92 (36.33% from 255 or 33.21% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 137 - color contains mainly: red. Hex color #895C30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895C30 is #76A3CF. Grayscale: #646464. Windows color (decimal): -7775184 or 3169417. OLE color: 3169417.
HSL color Cylindrical-coordinate representation of color #895C30: hue angle of 29.66º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #895C30 is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 92 | 48 | - |
| CMYK | 0 | 0.33 | 0.65 | 0.46 |
| HSL | 29.66º | 0.48% | 0.36% | - |
| HSV(B) | 29.66º | 0.65% | 0.54% | - |
| XYZ | 14.68 | 13.19 | 4.57 | - |
| YUV | 100.44 | 98.41 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 92 | 48 | 0 | 0.33 | 0.65 | 0.46 | 29.66 | 0.48 | 0.36 |
| Hex | 89 | 5C | 30 | 0 | 21 | 41 | 2E | 1E | 30 | 24 |
| Octal | 211 | 134 | 60 | 0 | 41 | 101 | 56 | 36 | 60 | 44 |
| Binary | 10001001 | 1011100 | 110000 | 0 | 100001 | 1000001 | 101110 | 11110 | 110000 | 100100 |
Color Harmonies of #895C30
Complementary color
Monochromatic Colors of #895C30
Black with #895C30
Text Example
Text Example
White with #895C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895C30; }
p { color: rgb(137,92,48); }
H1.HeaderClassName
{
color: #895C30;
}
.AnyTagClassName
{
color: #895C30;
}
</style>
background-color css
<style>
a { background-color: #895C30; }
a { background-color: rgb(137,92,48); }
div.DivClassName
{
background-color: #895C30;
}
.BgClassName
{
background-color: #895C30;
}
</style>
border-color css
<style>
span { border-color: #895C30; }
span { border-color: rgb(137,92,48); }
td.TdClassName
{
border-color: #895C30;
}
.TagClassName
{
border-color: #895C30;
}
</style>