Shades of Copper Rust #91574F
Tints of Copper Rust #91574F
RGB
CMYK
RGB Variations
Color information
#91574F (or 0x91574F) is known color: Copper Rust. HEX triplet: 91, 57 and 4F. RGB value is (145,87,79). Sum of RGB (Red+Green+Blue) = 145+87+79=311 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.62% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 79 (31.25% from 255 or 25.40% from 311); Max value from RGB is 145 - color contains mainly: red. Hex color #91574F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91574F is #6EA8B0. Grayscale: #676767. Windows color (decimal): -7252145 or 5199761. OLE color: 5199761.
HSL color Cylindrical-coordinate representation of color #91574F: hue angle of 7.27º degrees, saturation: 0.29, 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 #91574F is Cyan = 0, Magento = 0.4, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 87 | 79 | - |
| CMYK | 0 | 0.4 | 0.46 | 0.43 |
| HSL | 7.27º | 0.29% | 0.44% | - |
| HSV(B) | 7.27º | 0.46% | 0.57% | - |
| XYZ | 16.5 | 13.4 | 9.11 | - |
| YUV | 103.43 | 114.22 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 87 | 79 | 0 | 0.4 | 0.46 | 0.43 | 7.27 | 0.29 | 0.44 |
| Hex | 91 | 57 | 4F | 0 | 28 | 2E | 2B | 7 | 1D | 2C |
| Octal | 221 | 127 | 117 | 0 | 50 | 56 | 53 | 7 | 35 | 54 |
| Binary | 10010001 | 1010111 | 1001111 | 0 | 101000 | 101110 | 101011 | 111 | 11101 | 101100 |
Color Harmonies of #91574F
Complementary color
Monochromatic Colors of #91574F
Black with #91574F
Text Example
Text Example
White with #91574F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91574F; }
p { color: rgb(145,87,79); }
H1.HeaderClassName
{
color: #91574F;
}
.AnyTagClassName
{
color: #91574F;
}
</style>
background-color css
<style>
a { background-color: #91574F; }
a { background-color: rgb(145,87,79); }
div.DivClassName
{
background-color: #91574F;
}
.BgClassName
{
background-color: #91574F;
}
</style>
border-color css
<style>
span { border-color: #91574F; }
span { border-color: rgb(145,87,79); }
td.TdClassName
{
border-color: #91574F;
}
.TagClassName
{
border-color: #91574F;
}
</style>