Shades of Copper Rust #945352
Tints of Copper Rust #945352
RGB
CMYK
RGB Variations
Color information
#945352 (or 0x945352) is known color: Copper Rust. HEX triplet: 94, 53 and 52. RGB value is (148,83,82). Sum of RGB (Red+Green+Blue) = 148+83+82=313 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.28% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 148 - color contains mainly: red. Hex color #945352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945352 is #6BACAD. Grayscale: #666666. Windows color (decimal): -7056558 or 5395348. OLE color: 5395348.
HSL color Cylindrical-coordinate representation of color #945352: hue angle of 0.91º 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 #945352 is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 83 | 82 | - |
| CMYK | 0 | 0.44 | 0.45 | 0.42 |
| HSL | 0.91º | 0.29% | 0.45% | - |
| HSV(B) | 0.91º | 0.45% | 0.58% | - |
| XYZ | 16.83 | 13.09 | 9.62 | - |
| YUV | 102.32 | 116.53 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 83 | 82 | 0 | 0.44 | 0.45 | 0.42 | 0.91 | 0.29 | 0.45 |
| Hex | 94 | 53 | 52 | 0 | 2C | 2D | 2A | 1 | 1D | 2D |
| Octal | 224 | 123 | 122 | 0 | 54 | 55 | 52 | 1 | 35 | 55 |
| Binary | 10010100 | 1010011 | 1010010 | 0 | 101100 | 101101 | 101010 | 1 | 11101 | 101101 |
Color Harmonies of #945352
Complementary color
Monochromatic Colors of #945352
Black with #945352
Text Example
Text Example
White with #945352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945352; }
p { color: rgb(148,83,82); }
H1.HeaderClassName
{
color: #945352;
}
.AnyTagClassName
{
color: #945352;
}
</style>
background-color css
<style>
a { background-color: #945352; }
a { background-color: rgb(148,83,82); }
div.DivClassName
{
background-color: #945352;
}
.BgClassName
{
background-color: #945352;
}
</style>
border-color css
<style>
span { border-color: #945352; }
span { border-color: rgb(148,83,82); }
td.TdClassName
{
border-color: #945352;
}
.TagClassName
{
border-color: #945352;
}
</style>