Shades of Copper Rust #99554D
Tints of Copper Rust #99554D
RGB
CMYK
RGB Variations
Color information
#99554D (or 0x99554D) is known color: Copper Rust. HEX triplet: 99, 55 and 4D. RGB value is (153,85,77). Sum of RGB (Red+Green+Blue) = 153+85+77=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 153 - color contains mainly: red. Hex color #99554D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99554D is #66AAB2. Grayscale: #686868. Windows color (decimal): -6728371 or 5068185. OLE color: 5068185.
HSL color Cylindrical-coordinate representation of color #99554D: hue angle of 6.32º 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 #99554D is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 85 | 77 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.4 |
| HSL | 6.32º | 0.33% | 0.45% | - |
| HSV(B) | 6.32º | 0.5% | 0.6% | - |
| XYZ | 17.72 | 13.81 | 8.75 | - |
| YUV | 104.42 | 112.53 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 85 | 77 | 0 | 0.44 | 0.50 | 0.4 | 6.32 | 0.33 | 0.45 |
| Hex | 99 | 55 | 4D | 0 | 2C | 32 | 28 | 6 | 21 | 2D |
| Octal | 231 | 125 | 115 | 0 | 54 | 62 | 50 | 6 | 41 | 55 |
| Binary | 10011001 | 1010101 | 1001101 | 0 | 101100 | 110010 | 101000 | 110 | 100001 | 101101 |
Color Harmonies of #99554D
Complementary color
Monochromatic Colors of #99554D
Black with #99554D
Text Example
Text Example
White with #99554D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99554D; }
p { color: rgb(153,85,77); }
H1.HeaderClassName
{
color: #99554D;
}
.AnyTagClassName
{
color: #99554D;
}
</style>
background-color css
<style>
a { background-color: #99554D; }
a { background-color: rgb(153,85,77); }
div.DivClassName
{
background-color: #99554D;
}
.BgClassName
{
background-color: #99554D;
}
</style>
border-color css
<style>
span { border-color: #99554D; }
span { border-color: rgb(153,85,77); }
td.TdClassName
{
border-color: #99554D;
}
.TagClassName
{
border-color: #99554D;
}
</style>