Shades of Copper Rust #91594E
Tints of Copper Rust #91594E
RGB
CMYK
RGB Variations
Color information
#91594E (or 0x91594E) is known color: Copper Rust. HEX triplet: 91, 59 and 4E. RGB value is (145,89,78). Sum of RGB (Red+Green+Blue) = 145+89+78=312 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.47% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 78 (30.86% from 255 or 25% from 312); Max value from RGB is 145 - color contains mainly: red. Hex color #91594E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91594E is #6EA6B1. Grayscale: #686868. Windows color (decimal): -7251634 or 5134737. OLE color: 5134737.
HSL color Cylindrical-coordinate representation of color #91594E: hue angle of 9.85º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #91594E is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 89 | 78 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.43 |
| HSL | 9.85º | 0.3% | 0.44% | - |
| HSV(B) | 9.85º | 0.46% | 0.57% | - |
| XYZ | 16.62 | 13.71 | 8.98 | - |
| YUV | 104.49 | 113.05 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 89 | 78 | 0 | 0.39 | 0.46 | 0.43 | 9.85 | 0.3 | 0.44 |
| Hex | 91 | 59 | 4E | 0 | 27 | 2E | 2B | A | 1E | 2C |
| Octal | 221 | 131 | 116 | 0 | 47 | 56 | 53 | 12 | 36 | 54 |
| Binary | 10010001 | 1011001 | 1001110 | 0 | 100111 | 101110 | 101011 | 1010 | 11110 | 101100 |
Color Harmonies of #91594E
Complementary color
Monochromatic Colors of #91594E
Black with #91594E
Text Example
Text Example
White with #91594E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91594E; }
p { color: rgb(145,89,78); }
H1.HeaderClassName
{
color: #91594E;
}
.AnyTagClassName
{
color: #91594E;
}
</style>
background-color css
<style>
a { background-color: #91594E; }
a { background-color: rgb(145,89,78); }
div.DivClassName
{
background-color: #91594E;
}
.BgClassName
{
background-color: #91594E;
}
</style>
border-color css
<style>
span { border-color: #91594E; }
span { border-color: rgb(145,89,78); }
td.TdClassName
{
border-color: #91594E;
}
.TagClassName
{
border-color: #91594E;
}
</style>