Shades of Copper Rust #91504E
Tints of Copper Rust #91504E
RGB
CMYK
RGB Variations
Color information
#91504E (or 0x91504E) is known color: Copper Rust. HEX triplet: 91, 50 and 4E. RGB value is (145,80,78). Sum of RGB (Red+Green+Blue) = 145+80+78=303 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.85% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 78 (30.86% from 255 or 25.74% from 303); Max value from RGB is 145 - color contains mainly: red. Hex color #91504E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91504E is #6EAFB1. Grayscale: #636363. Windows color (decimal): -7253938 or 5132433. OLE color: 5132433.
HSL color Cylindrical-coordinate representation of color #91504E: hue angle of 1.79º 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 #91504E is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 80 | 78 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.43 |
| HSL | 1.79º | 0.3% | 0.44% | - |
| HSV(B) | 1.79º | 0.46% | 0.57% | - |
| XYZ | 15.92 | 12.31 | 8.74 | - |
| YUV | 99.21 | 116.03 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 80 | 78 | 0 | 0.45 | 0.46 | 0.43 | 1.79 | 0.3 | 0.44 |
| Hex | 91 | 50 | 4E | 0 | 2D | 2E | 2B | 2 | 1E | 2C |
| Octal | 221 | 120 | 116 | 0 | 55 | 56 | 53 | 2 | 36 | 54 |
| Binary | 10010001 | 1010000 | 1001110 | 0 | 101101 | 101110 | 101011 | 10 | 11110 | 101100 |
Color Harmonies of #91504E
Complementary color
Monochromatic Colors of #91504E
Black with #91504E
Text Example
Text Example
White with #91504E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91504E; }
p { color: rgb(145,80,78); }
H1.HeaderClassName
{
color: #91504E;
}
.AnyTagClassName
{
color: #91504E;
}
</style>
background-color css
<style>
a { background-color: #91504E; }
a { background-color: rgb(145,80,78); }
div.DivClassName
{
background-color: #91504E;
}
.BgClassName
{
background-color: #91504E;
}
</style>
border-color css
<style>
span { border-color: #91504E; }
span { border-color: rgb(145,80,78); }
td.TdClassName
{
border-color: #91504E;
}
.TagClassName
{
border-color: #91504E;
}
</style>