Shades of Copper Rust #935849
Tints of Copper Rust #935849
RGB
CMYK
RGB Variations
Color information
#935849 (or 0x935849) is known color: Copper Rust. HEX triplet: 93, 58 and 49. RGB value is (147,88,73). Sum of RGB (Red+Green+Blue) = 147+88+73=308 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.73% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 147 - color contains mainly: red. Hex color #935849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935849 is #6CA7B6. Grayscale: #686868. Windows color (decimal): -7120823 or 4806803. OLE color: 4806803.
HSL color Cylindrical-coordinate representation of color #935849: hue angle of 12.16º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #935849 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 88 | 73 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.42 |
| HSL | 12.16º | 0.34% | 0.43% | - |
| HSV(B) | 12.16º | 0.5% | 0.58% | - |
| XYZ | 16.72 | 13.66 | 8.06 | - |
| YUV | 103.93 | 110.55 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 88 | 73 | 0 | 0.40 | 0.50 | 0.42 | 12.16 | 0.34 | 0.43 |
| Hex | 93 | 58 | 49 | 0 | 28 | 32 | 2A | C | 22 | 2B |
| Octal | 223 | 130 | 111 | 0 | 50 | 62 | 52 | 14 | 42 | 53 |
| Binary | 10010011 | 1011000 | 1001001 | 0 | 101000 | 110010 | 101010 | 1100 | 100010 | 101011 |
Color Harmonies of #935849
Complementary color
Monochromatic Colors of #935849
Black with #935849
Text Example
Text Example
White with #935849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935849; }
p { color: rgb(147,88,73); }
H1.HeaderClassName
{
color: #935849;
}
.AnyTagClassName
{
color: #935849;
}
</style>
background-color css
<style>
a { background-color: #935849; }
a { background-color: rgb(147,88,73); }
div.DivClassName
{
background-color: #935849;
}
.BgClassName
{
background-color: #935849;
}
</style>
border-color css
<style>
span { border-color: #935849; }
span { border-color: rgb(147,88,73); }
td.TdClassName
{
border-color: #935849;
}
.TagClassName
{
border-color: #935849;
}
</style>