Shades of Copper Rust #99584A
Tints of Copper Rust #99584A
RGB
CMYK
RGB Variations
Color information
#99584A (or 0x99584A) is known color: Copper Rust. HEX triplet: 99, 58 and 4A. RGB value is (153,88,74). Sum of RGB (Red+Green+Blue) = 153+88+74=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 153 - color contains mainly: red. Hex color #99584A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99584A is #66A7B5. Grayscale: #696969. Windows color (decimal): -6727606 or 4872345. OLE color: 4872345.
HSL color Cylindrical-coordinate representation of color #99584A: hue angle of 10.63º 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 #99584A is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 88 | 74 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.4 |
| HSL | 10.63º | 0.35% | 0.45% | - |
| HSV(B) | 10.63º | 0.52% | 0.6% | - |
| XYZ | 17.86 | 14.25 | 8.29 | - |
| YUV | 105.84 | 110.03 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 88 | 74 | 0 | 0.42 | 0.52 | 0.4 | 10.63 | 0.35 | 0.45 |
| Hex | 99 | 58 | 4A | 0 | 2A | 34 | 28 | B | 23 | 2D |
| Octal | 231 | 130 | 112 | 0 | 52 | 64 | 50 | 13 | 43 | 55 |
| Binary | 10011001 | 1011000 | 1001010 | 0 | 101010 | 110100 | 101000 | 1011 | 100011 | 101101 |
Color Harmonies of #99584A
Complementary color
Monochromatic Colors of #99584A
Black with #99584A
Text Example
Text Example
White with #99584A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99584A; }
p { color: rgb(153,88,74); }
H1.HeaderClassName
{
color: #99584A;
}
.AnyTagClassName
{
color: #99584A;
}
</style>
background-color css
<style>
a { background-color: #99584A; }
a { background-color: rgb(153,88,74); }
div.DivClassName
{
background-color: #99584A;
}
.BgClassName
{
background-color: #99584A;
}
</style>
border-color css
<style>
span { border-color: #99584A; }
span { border-color: rgb(153,88,74); }
td.TdClassName
{
border-color: #99584A;
}
.TagClassName
{
border-color: #99584A;
}
</style>