Shades of Copper Rust #99594B
Tints of Copper Rust #99594B
RGB
CMYK
RGB Variations
Color information
#99594B (or 0x99594B) is known color: Copper Rust. HEX triplet: 99, 59 and 4B. RGB value is (153,89,75). Sum of RGB (Red+Green+Blue) = 153+89+75=317 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.26% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 153 - color contains mainly: red. Hex color #99594B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99594B is #66A6B4. Grayscale: #6A6A6A. Windows color (decimal): -6727349 or 4938137. OLE color: 4938137.
HSL color Cylindrical-coordinate representation of color #99594B: hue angle of 10.77º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #99594B is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 89 | 75 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.4 |
| HSL | 10.77º | 0.34% | 0.45% | - |
| HSV(B) | 10.77º | 0.51% | 0.6% | - |
| XYZ | 17.98 | 14.43 | 8.49 | - |
| YUV | 106.54 | 110.2 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 89 | 75 | 0 | 0.42 | 0.51 | 0.4 | 10.77 | 0.34 | 0.45 |
| Hex | 99 | 59 | 4B | 0 | 2A | 33 | 28 | B | 22 | 2D |
| Octal | 231 | 131 | 113 | 0 | 52 | 63 | 50 | 13 | 42 | 55 |
| Binary | 10011001 | 1011001 | 1001011 | 0 | 101010 | 110011 | 101000 | 1011 | 100010 | 101101 |
Color Harmonies of #99594B
Complementary color
Monochromatic Colors of #99594B
Black with #99594B
Text Example
Text Example
White with #99594B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99594B; }
p { color: rgb(153,89,75); }
H1.HeaderClassName
{
color: #99594B;
}
.AnyTagClassName
{
color: #99594B;
}
</style>
background-color css
<style>
a { background-color: #99594B; }
a { background-color: rgb(153,89,75); }
div.DivClassName
{
background-color: #99594B;
}
.BgClassName
{
background-color: #99594B;
}
</style>
border-color css
<style>
span { border-color: #99594B; }
span { border-color: rgb(153,89,75); }
td.TdClassName
{
border-color: #99594B;
}
.TagClassName
{
border-color: #99594B;
}
</style>