Shades of Copper Rust #99544F
Tints of Copper Rust #99544F
RGB
CMYK
RGB Variations
Color information
#99544F (or 0x99544F) is known color: Copper Rust. HEX triplet: 99, 54 and 4F. RGB value is (153,84,79). Sum of RGB (Red+Green+Blue) = 153+84+79=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 79 (31.25% from 255 or 25% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #99544F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99544F is #66ABB0. Grayscale: #686868. Windows color (decimal): -6728625 or 5199001. OLE color: 5199001.
HSL color Cylindrical-coordinate representation of color #99544F: hue angle of 4.05º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #99544F is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 84 | 79 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.4 |
| HSL | 4.05º | 0.32% | 0.45% | - |
| HSV(B) | 4.05º | 0.48% | 0.6% | - |
| XYZ | 17.72 | 13.68 | 9.1 | - |
| YUV | 104.06 | 113.86 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 84 | 79 | 0 | 0.45 | 0.48 | 0.4 | 4.05 | 0.32 | 0.45 |
| Hex | 99 | 54 | 4F | 0 | 2D | 30 | 28 | 4 | 20 | 2D |
| Octal | 231 | 124 | 117 | 0 | 55 | 60 | 50 | 4 | 40 | 55 |
| Binary | 10011001 | 1010100 | 1001111 | 0 | 101101 | 110000 | 101000 | 100 | 100000 | 101101 |
Color Harmonies of #99544F
Complementary color
Monochromatic Colors of #99544F
Black with #99544F
Text Example
Text Example
White with #99544F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99544F; }
p { color: rgb(153,84,79); }
H1.HeaderClassName
{
color: #99544F;
}
.AnyTagClassName
{
color: #99544F;
}
</style>
background-color css
<style>
a { background-color: #99544F; }
a { background-color: rgb(153,84,79); }
div.DivClassName
{
background-color: #99544F;
}
.BgClassName
{
background-color: #99544F;
}
</style>
border-color css
<style>
span { border-color: #99544F; }
span { border-color: rgb(153,84,79); }
td.TdClassName
{
border-color: #99544F;
}
.TagClassName
{
border-color: #99544F;
}
</style>