Shades of Copper Rust #91594D
Tints of Copper Rust #91594D
RGB
CMYK
RGB Variations
Color information
#91594D (or 0x91594D) is known color: Copper Rust. HEX triplet: 91, 59 and 4D. RGB value is (145,89,77). Sum of RGB (Red+Green+Blue) = 145+89+77=311 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.62% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 145 - color contains mainly: red. Hex color #91594D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91594D is #6EA6B2. Grayscale: #686868. Windows color (decimal): -7251635 or 5069201. OLE color: 5069201.
HSL color Cylindrical-coordinate representation of color #91594D: hue angle of 10.59º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #91594D is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 89 | 77 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.43 |
| HSL | 10.59º | 0.31% | 0.44% | - |
| HSV(B) | 10.59º | 0.47% | 0.57% | - |
| XYZ | 16.59 | 13.7 | 8.79 | - |
| YUV | 104.38 | 112.55 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 89 | 77 | 0 | 0.39 | 0.47 | 0.43 | 10.59 | 0.31 | 0.44 |
| Hex | 91 | 59 | 4D | 0 | 27 | 2F | 2B | B | 1F | 2C |
| Octal | 221 | 131 | 115 | 0 | 47 | 57 | 53 | 13 | 37 | 54 |
| Binary | 10010001 | 1011001 | 1001101 | 0 | 100111 | 101111 | 101011 | 1011 | 11111 | 101100 |
Color Harmonies of #91594D
Complementary color
Monochromatic Colors of #91594D
Black with #91594D
Text Example
Text Example
White with #91594D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91594D; }
p { color: rgb(145,89,77); }
H1.HeaderClassName
{
color: #91594D;
}
.AnyTagClassName
{
color: #91594D;
}
</style>
background-color css
<style>
a { background-color: #91594D; }
a { background-color: rgb(145,89,77); }
div.DivClassName
{
background-color: #91594D;
}
.BgClassName
{
background-color: #91594D;
}
</style>
border-color css
<style>
span { border-color: #91594D; }
span { border-color: rgb(145,89,77); }
td.TdClassName
{
border-color: #91594D;
}
.TagClassName
{
border-color: #91594D;
}
</style>