Shades of Copper Rust #99584C
Tints of Copper Rust #99584C
RGB
CMYK
RGB Variations
Color information
#99584C (or 0x99584C) is known color: Copper Rust. HEX triplet: 99, 58 and 4C. RGB value is (153,88,76). Sum of RGB (Red+Green+Blue) = 153+88+76=317 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.26% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 153 - color contains mainly: red. Hex color #99584C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99584C is #66A7B3. Grayscale: #6A6A6A. Windows color (decimal): -6727604 or 5003417. OLE color: 5003417.
HSL color Cylindrical-coordinate representation of color #99584C: hue angle of 9.35º 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 #99584C is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 88 | 76 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.4 |
| HSL | 9.35º | 0.34% | 0.45% | - |
| HSV(B) | 9.35º | 0.5% | 0.6% | - |
| XYZ | 17.93 | 14.27 | 8.65 | - |
| YUV | 106.07 | 111.03 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 88 | 76 | 0 | 0.42 | 0.50 | 0.4 | 9.35 | 0.34 | 0.45 |
| Hex | 99 | 58 | 4C | 0 | 2A | 32 | 28 | 9 | 22 | 2D |
| Octal | 231 | 130 | 114 | 0 | 52 | 62 | 50 | 11 | 42 | 55 |
| Binary | 10011001 | 1011000 | 1001100 | 0 | 101010 | 110010 | 101000 | 1001 | 100010 | 101101 |
Color Harmonies of #99584C
Complementary color
Monochromatic Colors of #99584C
Black with #99584C
Text Example
Text Example
White with #99584C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99584C; }
p { color: rgb(153,88,76); }
H1.HeaderClassName
{
color: #99584C;
}
.AnyTagClassName
{
color: #99584C;
}
</style>
background-color css
<style>
a { background-color: #99584C; }
a { background-color: rgb(153,88,76); }
div.DivClassName
{
background-color: #99584C;
}
.BgClassName
{
background-color: #99584C;
}
</style>
border-color css
<style>
span { border-color: #99584C; }
span { border-color: rgb(153,88,76); }
td.TdClassName
{
border-color: #99584C;
}
.TagClassName
{
border-color: #99584C;
}
</style>