Shades of Rusty Nail #925C30
Tints of Rusty Nail #925C30
RGB
CMYK
RGB Variations
Color information
#925C30 (or 0x925C30) is known color: Rusty Nail. HEX triplet: 92, 5C and 30. RGB value is (146,92,48). Sum of RGB (Red+Green+Blue) = 146+92+48=286 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.05% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 48 (19.14% from 255 or 16.78% from 286); Max value from RGB is 146 - color contains mainly: red. Hex color #925C30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925C30 is #6DA3CF. Grayscale: #676767. Windows color (decimal): -7185360 or 3169426. OLE color: 3169426.
HSL color Cylindrical-coordinate representation of color #925C30: hue angle of 26.94º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #925C30 is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 92 | 48 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.43 |
| HSL | 26.94º | 0.51% | 0.38% | - |
| HSV(B) | 26.94º | 0.67% | 0.57% | - |
| XYZ | 16.21 | 13.98 | 4.64 | - |
| YUV | 103.13 | 96.89 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 92 | 48 | 0 | 0.37 | 0.67 | 0.43 | 26.94 | 0.51 | 0.38 |
| Hex | 92 | 5C | 30 | 0 | 25 | 43 | 2B | 1B | 33 | 26 |
| Octal | 222 | 134 | 60 | 0 | 45 | 103 | 53 | 33 | 63 | 46 |
| Binary | 10010010 | 1011100 | 110000 | 0 | 100101 | 1000011 | 101011 | 11011 | 110011 | 100110 |
Color Harmonies of #925C30
Complementary color
Monochromatic Colors of #925C30
Black with #925C30
Text Example
Text Example
White with #925C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925C30; }
p { color: rgb(146,92,48); }
H1.HeaderClassName
{
color: #925C30;
}
.AnyTagClassName
{
color: #925C30;
}
</style>
background-color css
<style>
a { background-color: #925C30; }
a { background-color: rgb(146,92,48); }
div.DivClassName
{
background-color: #925C30;
}
.BgClassName
{
background-color: #925C30;
}
</style>
border-color css
<style>
span { border-color: #925C30; }
span { border-color: rgb(146,92,48); }
td.TdClassName
{
border-color: #925C30;
}
.TagClassName
{
border-color: #925C30;
}
</style>