Shades of Rusty Nail #925A2D
Tints of Rusty Nail #925A2D
RGB
CMYK
RGB Variations
Color information
#925A2D (or 0x925A2D) is known color: Rusty Nail. HEX triplet: 92, 5A and 2D. RGB value is (146,90,45). Sum of RGB (Red+Green+Blue) = 146+90+45=281 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.96% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 146 - color contains mainly: red. Hex color #925A2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925A2D is #6DA5D2. Grayscale: #656565. Windows color (decimal): -7185875 or 2972306. OLE color: 2972306.
HSL color Cylindrical-coordinate representation of color #925A2D: hue angle of 26.73º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #925A2D is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 90 | 45 | - |
| CMYK | 0 | 0.38 | 0.69 | 0.43 |
| HSL | 26.73º | 0.53% | 0.37% | - |
| HSV(B) | 26.73º | 0.69% | 0.57% | - |
| XYZ | 15.98 | 13.61 | 4.27 | - |
| YUV | 101.61 | 96.05 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 90 | 45 | 0 | 0.38 | 0.69 | 0.43 | 26.73 | 0.53 | 0.37 |
| Hex | 92 | 5A | 2D | 0 | 26 | 45 | 2B | 1B | 35 | 25 |
| Octal | 222 | 132 | 55 | 0 | 46 | 105 | 53 | 33 | 65 | 45 |
| Binary | 10010010 | 1011010 | 101101 | 0 | 100110 | 1000101 | 101011 | 11011 | 110101 | 100101 |
Color Harmonies of #925A2D
Complementary color
Monochromatic Colors of #925A2D
Black with #925A2D
Text Example
Text Example
White with #925A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925A2D; }
p { color: rgb(146,90,45); }
H1.HeaderClassName
{
color: #925A2D;
}
.AnyTagClassName
{
color: #925A2D;
}
</style>
background-color css
<style>
a { background-color: #925A2D; }
a { background-color: rgb(146,90,45); }
div.DivClassName
{
background-color: #925A2D;
}
.BgClassName
{
background-color: #925A2D;
}
</style>
border-color css
<style>
span { border-color: #925A2D; }
span { border-color: rgb(146,90,45); }
td.TdClassName
{
border-color: #925A2D;
}
.TagClassName
{
border-color: #925A2D;
}
</style>