Shades of Copper Rust #99544D
Tints of Copper Rust #99544D
RGB
CMYK
RGB Variations
Color information
#99544D (or 0x99544D) is known color: Copper Rust. HEX triplet: 99, 54 and 4D. RGB value is (153,84,77). Sum of RGB (Red+Green+Blue) = 153+84+77=314 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.73% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 153 - color contains mainly: red. Hex color #99544D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99544D is #66ABB2. Grayscale: #676767. Windows color (decimal): -6728627 or 5067929. OLE color: 5067929.
HSL color Cylindrical-coordinate representation of color #99544D: hue angle of 5.53º 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 #99544D is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 84 | 77 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.4 |
| HSL | 5.53º | 0.33% | 0.45% | - |
| HSV(B) | 5.53º | 0.5% | 0.6% | - |
| XYZ | 17.65 | 13.65 | 8.73 | - |
| YUV | 103.83 | 112.86 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 84 | 77 | 0 | 0.45 | 0.50 | 0.4 | 5.53 | 0.33 | 0.45 |
| Hex | 99 | 54 | 4D | 0 | 2D | 32 | 28 | 6 | 21 | 2D |
| Octal | 231 | 124 | 115 | 0 | 55 | 62 | 50 | 6 | 41 | 55 |
| Binary | 10011001 | 1010100 | 1001101 | 0 | 101101 | 110010 | 101000 | 110 | 100001 | 101101 |
Color Harmonies of #99544D
Complementary color
Monochromatic Colors of #99544D
Black with #99544D
Text Example
Text Example
White with #99544D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99544D; }
p { color: rgb(153,84,77); }
H1.HeaderClassName
{
color: #99544D;
}
.AnyTagClassName
{
color: #99544D;
}
</style>
background-color css
<style>
a { background-color: #99544D; }
a { background-color: rgb(153,84,77); }
div.DivClassName
{
background-color: #99544D;
}
.BgClassName
{
background-color: #99544D;
}
</style>
border-color css
<style>
span { border-color: #99544D; }
span { border-color: rgb(153,84,77); }
td.TdClassName
{
border-color: #99544D;
}
.TagClassName
{
border-color: #99544D;
}
</style>