Shades of Rusty Nail #925D33
Tints of Rusty Nail #925D33
RGB
CMYK
RGB Variations
Color information
#925D33 (or 0x925D33) is known color: Rusty Nail. HEX triplet: 92, 5D and 33. RGB value is (146,93,51). Sum of RGB (Red+Green+Blue) = 146+93+51=290 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.34% from 290); Green value is 93 (36.72% from 255 or 32.07% from 290); Blue value is 51 (20.31% from 255 or 17.59% from 290); Max value from RGB is 146 - color contains mainly: red. Hex color #925D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925D33 is #6DA2CC. Grayscale: #686868. Windows color (decimal): -7185101 or 3366290. OLE color: 3366290.
HSL color Cylindrical-coordinate representation of color #925D33: hue angle of 26.53º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #925D33 is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 93 | 51 | - |
| CMYK | 0 | 0.36 | 0.65 | 0.43 |
| HSL | 26.53º | 0.48% | 0.39% | - |
| HSV(B) | 26.53º | 0.65% | 0.57% | - |
| XYZ | 16.37 | 14.18 | 5.01 | - |
| YUV | 104.06 | 98.06 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 93 | 51 | 0 | 0.36 | 0.65 | 0.43 | 26.53 | 0.48 | 0.39 |
| Hex | 92 | 5D | 33 | 0 | 24 | 41 | 2B | 1B | 30 | 27 |
| Octal | 222 | 135 | 63 | 0 | 44 | 101 | 53 | 33 | 60 | 47 |
| Binary | 10010010 | 1011101 | 110011 | 0 | 100100 | 1000001 | 101011 | 11011 | 110000 | 100111 |
Color Harmonies of #925D33
Complementary color
Monochromatic Colors of #925D33
Black with #925D33
Text Example
Text Example
White with #925D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925D33; }
p { color: rgb(146,93,51); }
H1.HeaderClassName
{
color: #925D33;
}
.AnyTagClassName
{
color: #925D33;
}
</style>
background-color css
<style>
a { background-color: #925D33; }
a { background-color: rgb(146,93,51); }
div.DivClassName
{
background-color: #925D33;
}
.BgClassName
{
background-color: #925D33;
}
</style>
border-color css
<style>
span { border-color: #925D33; }
span { border-color: rgb(146,93,51); }
td.TdClassName
{
border-color: #925D33;
}
.TagClassName
{
border-color: #925D33;
}
</style>