Shades of Copper Rust #99544A
Tints of Copper Rust #99544A
RGB
CMYK
RGB Variations
Color information
#99544A (or 0x99544A) is known color: Copper Rust. HEX triplet: 99, 54 and 4A. RGB value is (153,84,74). Sum of RGB (Red+Green+Blue) = 153+84+74=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #99544A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99544A is #66ABB5. Grayscale: #676767. Windows color (decimal): -6728630 or 4871321. OLE color: 4871321.
HSL color Cylindrical-coordinate representation of color #99544A: hue angle of 7.59º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #99544A is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 84 | 74 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.4 |
| HSL | 7.59º | 0.35% | 0.45% | - |
| HSV(B) | 7.59º | 0.52% | 0.6% | - |
| XYZ | 17.54 | 13.61 | 8.18 | - |
| YUV | 103.49 | 111.36 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 84 | 74 | 0 | 0.45 | 0.52 | 0.4 | 7.59 | 0.35 | 0.45 |
| Hex | 99 | 54 | 4A | 0 | 2D | 34 | 28 | 8 | 23 | 2D |
| Octal | 231 | 124 | 112 | 0 | 55 | 64 | 50 | 10 | 43 | 55 |
| Binary | 10011001 | 1010100 | 1001010 | 0 | 101101 | 110100 | 101000 | 1000 | 100011 | 101101 |
Color Harmonies of #99544A
Complementary color
Monochromatic Colors of #99544A
Black with #99544A
Text Example
Text Example
White with #99544A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99544A; }
p { color: rgb(153,84,74); }
H1.HeaderClassName
{
color: #99544A;
}
.AnyTagClassName
{
color: #99544A;
}
</style>
background-color css
<style>
a { background-color: #99544A; }
a { background-color: rgb(153,84,74); }
div.DivClassName
{
background-color: #99544A;
}
.BgClassName
{
background-color: #99544A;
}
</style>
border-color css
<style>
span { border-color: #99544A; }
span { border-color: rgb(153,84,74); }
td.TdClassName
{
border-color: #99544A;
}
.TagClassName
{
border-color: #99544A;
}
</style>