Shades of Copper Rust #99524D
Tints of Copper Rust #99524D
RGB
CMYK
RGB Variations
Color information
#99524D (or 0x99524D) is known color: Copper Rust. HEX triplet: 99, 52 and 4D. RGB value is (153,82,77). Sum of RGB (Red+Green+Blue) = 153+82+77=312 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.04% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 153 - color contains mainly: red. Hex color #99524D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99524D is #66ADB2. Grayscale: #666666. Windows color (decimal): -6729139 or 5067417. OLE color: 5067417.
HSL color Cylindrical-coordinate representation of color #99524D: hue angle of 3.95º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #99524D is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 82 | 77 | - |
| CMYK | 0 | 0.46 | 0.50 | 0.4 |
| HSL | 3.95º | 0.33% | 0.45% | - |
| HSV(B) | 3.95º | 0.5% | 0.6% | - |
| XYZ | 17.49 | 13.34 | 8.67 | - |
| YUV | 102.66 | 113.52 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 82 | 77 | 0 | 0.46 | 0.50 | 0.4 | 3.95 | 0.33 | 0.45 |
| Hex | 99 | 52 | 4D | 0 | 2E | 32 | 28 | 4 | 21 | 2D |
| Octal | 231 | 122 | 115 | 0 | 56 | 62 | 50 | 4 | 41 | 55 |
| Binary | 10011001 | 1010010 | 1001101 | 0 | 101110 | 110010 | 101000 | 100 | 100001 | 101101 |
Color Harmonies of #99524D
Complementary color
Monochromatic Colors of #99524D
Black with #99524D
Text Example
Text Example
White with #99524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99524D; }
p { color: rgb(153,82,77); }
H1.HeaderClassName
{
color: #99524D;
}
.AnyTagClassName
{
color: #99524D;
}
</style>
background-color css
<style>
a { background-color: #99524D; }
a { background-color: rgb(153,82,77); }
div.DivClassName
{
background-color: #99524D;
}
.BgClassName
{
background-color: #99524D;
}
</style>
border-color css
<style>
span { border-color: #99524D; }
span { border-color: rgb(153,82,77); }
td.TdClassName
{
border-color: #99524D;
}
.TagClassName
{
border-color: #99524D;
}
</style>