Shades of Rusty Nail #925E2B
Tints of Rusty Nail #925E2B
RGB
CMYK
RGB Variations
Color information
#925E2B (or 0x925E2B) is known color: Rusty Nail. HEX triplet: 92, 5E and 2B. RGB value is (146,94,43). Sum of RGB (Red+Green+Blue) = 146+94+43=283 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.59% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 43 (17.19% from 255 or 15.19% from 283); Max value from RGB is 146 - color contains mainly: red. Hex color #925E2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925E2B is #6DA1D4. Grayscale: #676767. Windows color (decimal): -7184853 or 2842258. OLE color: 2842258.
HSL color Cylindrical-coordinate representation of color #925E2B: hue angle of 29.71º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #925E2B is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 94 | 43 | - |
| CMYK | 0 | 0.36 | 0.71 | 0.43 |
| HSL | 29.71º | 0.54% | 0.37% | - |
| HSV(B) | 29.71º | 0.71% | 0.57% | - |
| XYZ | 16.29 | 14.29 | 4.19 | - |
| YUV | 103.73 | 93.73 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 94 | 43 | 0 | 0.36 | 0.71 | 0.43 | 29.71 | 0.54 | 0.37 |
| Hex | 92 | 5E | 2B | 0 | 24 | 47 | 2B | 1E | 36 | 25 |
| Octal | 222 | 136 | 53 | 0 | 44 | 107 | 53 | 36 | 66 | 45 |
| Binary | 10010010 | 1011110 | 101011 | 0 | 100100 | 1000111 | 101011 | 11110 | 110110 | 100101 |
Color Harmonies of #925E2B
Complementary color
Monochromatic Colors of #925E2B
Black with #925E2B
Text Example
Text Example
White with #925E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925E2B; }
p { color: rgb(146,94,43); }
H1.HeaderClassName
{
color: #925E2B;
}
.AnyTagClassName
{
color: #925E2B;
}
</style>
background-color css
<style>
a { background-color: #925E2B; }
a { background-color: rgb(146,94,43); }
div.DivClassName
{
background-color: #925E2B;
}
.BgClassName
{
background-color: #925E2B;
}
</style>
border-color css
<style>
span { border-color: #925E2B; }
span { border-color: rgb(146,94,43); }
td.TdClassName
{
border-color: #925E2B;
}
.TagClassName
{
border-color: #925E2B;
}
</style>