Shades of Copper Rust #99544C
Tints of Copper Rust #99544C
RGB
CMYK
RGB Variations
Color information
#99544C (or 0x99544C) is known color: Copper Rust. HEX triplet: 99, 54 and 4C. RGB value is (153,84,76). Sum of RGB (Red+Green+Blue) = 153+84+76=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #99544C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99544C is #66ABB3. Grayscale: #676767. Windows color (decimal): -6728628 or 5002393. OLE color: 5002393.
HSL color Cylindrical-coordinate representation of color #99544C: hue angle of 6.23º degrees, saturation: 0.34, 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 #99544C is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 84 | 76 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.4 |
| HSL | 6.23º | 0.34% | 0.45% | - |
| HSV(B) | 6.23º | 0.5% | 0.6% | - |
| XYZ | 17.61 | 13.63 | 8.54 | - |
| YUV | 103.72 | 112.36 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 84 | 76 | 0 | 0.45 | 0.50 | 0.4 | 6.23 | 0.34 | 0.45 |
| Hex | 99 | 54 | 4C | 0 | 2D | 32 | 28 | 6 | 22 | 2D |
| Octal | 231 | 124 | 114 | 0 | 55 | 62 | 50 | 6 | 42 | 55 |
| Binary | 10011001 | 1010100 | 1001100 | 0 | 101101 | 110010 | 101000 | 110 | 100010 | 101101 |
Color Harmonies of #99544C
Complementary color
Monochromatic Colors of #99544C
Black with #99544C
Text Example
Text Example
White with #99544C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99544C; }
p { color: rgb(153,84,76); }
H1.HeaderClassName
{
color: #99544C;
}
.AnyTagClassName
{
color: #99544C;
}
</style>
background-color css
<style>
a { background-color: #99544C; }
a { background-color: rgb(153,84,76); }
div.DivClassName
{
background-color: #99544C;
}
.BgClassName
{
background-color: #99544C;
}
</style>
border-color css
<style>
span { border-color: #99544C; }
span { border-color: rgb(153,84,76); }
td.TdClassName
{
border-color: #99544C;
}
.TagClassName
{
border-color: #99544C;
}
</style>