Shades of Copper Rust #935B51
Tints of Copper Rust #935B51
RGB
CMYK
RGB Variations
Color information
#935B51 (or 0x935B51) is known color: Copper Rust. HEX triplet: 93, 5B and 51. RGB value is (147,91,81). Sum of RGB (Red+Green+Blue) = 147+91+81=319 (42% of max value = 765). Red value is 147 (57.81% from 255 or 46.08% from 319); Green value is 91 (35.94% from 255 or 28.53% from 319); Blue value is 81 (32.03% from 255 or 25.39% from 319); Max value from RGB is 147 - color contains mainly: red. Hex color #935B51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935B51 is #6CA4AE. Grayscale: #6A6A6A. Windows color (decimal): -7120047 or 5331859. OLE color: 5331859.
HSL color Cylindrical-coordinate representation of color #935B51: hue angle of 9.09º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #935B51 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 91 | 81 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.42 |
| HSL | 9.09º | 0.29% | 0.45% | - |
| HSV(B) | 9.09º | 0.45% | 0.58% | - |
| XYZ | 17.26 | 14.28 | 9.63 | - |
| YUV | 106.6 | 113.55 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 91 | 81 | 0 | 0.38 | 0.45 | 0.42 | 9.09 | 0.29 | 0.45 |
| Hex | 93 | 5B | 51 | 0 | 26 | 2D | 2A | 9 | 1D | 2D |
| Octal | 223 | 133 | 121 | 0 | 46 | 55 | 52 | 11 | 35 | 55 |
| Binary | 10010011 | 1011011 | 1010001 | 0 | 100110 | 101101 | 101010 | 1001 | 11101 | 101101 |
Color Harmonies of #935B51
Complementary color
Monochromatic Colors of #935B51
Black with #935B51
Text Example
Text Example
White with #935B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935B51; }
p { color: rgb(147,91,81); }
H1.HeaderClassName
{
color: #935B51;
}
.AnyTagClassName
{
color: #935B51;
}
</style>
background-color css
<style>
a { background-color: #935B51; }
a { background-color: rgb(147,91,81); }
div.DivClassName
{
background-color: #935B51;
}
.BgClassName
{
background-color: #935B51;
}
</style>
border-color css
<style>
span { border-color: #935B51; }
span { border-color: rgb(147,91,81); }
td.TdClassName
{
border-color: #935B51;
}
.TagClassName
{
border-color: #935B51;
}
</style>