Shades of Copper Rust #99504E
Tints of Copper Rust #99504E
RGB
CMYK
RGB Variations
Color information
#99504E (or 0x99504E) is known color: Copper Rust. HEX triplet: 99, 50 and 4E. RGB value is (153,80,78). Sum of RGB (Red+Green+Blue) = 153+80+78=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 78 (30.86% from 255 or 25.08% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #99504E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99504E is #66AFB1. Grayscale: #656565. Windows color (decimal): -6729650 or 5132441. OLE color: 5132441.
HSL color Cylindrical-coordinate representation of color #99504E: hue angle of 1.6º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #99504E is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 80 | 78 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.4 |
| HSL | 1.6º | 0.32% | 0.45% | - |
| HSV(B) | 1.6º | 0.49% | 0.6% | - |
| XYZ | 17.38 | 13.06 | 8.81 | - |
| YUV | 101.6 | 114.68 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 80 | 78 | 0 | 0.48 | 0.49 | 0.4 | 1.6 | 0.32 | 0.45 |
| Hex | 99 | 50 | 4E | 0 | 30 | 31 | 28 | 2 | 20 | 2D |
| Octal | 231 | 120 | 116 | 0 | 60 | 61 | 50 | 2 | 40 | 55 |
| Binary | 10011001 | 1010000 | 1001110 | 0 | 110000 | 110001 | 101000 | 10 | 100000 | 101101 |
Color Harmonies of #99504E
Complementary color
Monochromatic Colors of #99504E
Black with #99504E
Text Example
Text Example
White with #99504E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99504E; }
p { color: rgb(153,80,78); }
H1.HeaderClassName
{
color: #99504E;
}
.AnyTagClassName
{
color: #99504E;
}
</style>
background-color css
<style>
a { background-color: #99504E; }
a { background-color: rgb(153,80,78); }
div.DivClassName
{
background-color: #99504E;
}
.BgClassName
{
background-color: #99504E;
}
</style>
border-color css
<style>
span { border-color: #99504E; }
span { border-color: rgb(153,80,78); }
td.TdClassName
{
border-color: #99504E;
}
.TagClassName
{
border-color: #99504E;
}
</style>