Shades of Copper Rust #91524C
Tints of Copper Rust #91524C
RGB
CMYK
RGB Variations
Color information
#91524C (or 0x91524C) is known color: Copper Rust. HEX triplet: 91, 52 and 4C. RGB value is (145,82,76). Sum of RGB (Red+Green+Blue) = 145+82+76=303 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.85% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 145 - color contains mainly: red. Hex color #91524C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91524C is #6EADB3. Grayscale: #646464. Windows color (decimal): -7253428 or 5001873. OLE color: 5001873.
HSL color Cylindrical-coordinate representation of color #91524C: hue angle of 5.22º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #91524C is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 82 | 76 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.43 |
| HSL | 5.22º | 0.31% | 0.43% | - |
| HSV(B) | 5.22º | 0.48% | 0.57% | - |
| XYZ | 16 | 12.58 | 8.42 | - |
| YUV | 100.15 | 114.37 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 82 | 76 | 0 | 0.43 | 0.48 | 0.43 | 5.22 | 0.31 | 0.43 |
| Hex | 91 | 52 | 4C | 0 | 2B | 30 | 2B | 5 | 1F | 2B |
| Octal | 221 | 122 | 114 | 0 | 53 | 60 | 53 | 5 | 37 | 53 |
| Binary | 10010001 | 1010010 | 1001100 | 0 | 101011 | 110000 | 101011 | 101 | 11111 | 101011 |
Color Harmonies of #91524C
Complementary color
Monochromatic Colors of #91524C
Black with #91524C
Text Example
Text Example
White with #91524C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91524C; }
p { color: rgb(145,82,76); }
H1.HeaderClassName
{
color: #91524C;
}
.AnyTagClassName
{
color: #91524C;
}
</style>
background-color css
<style>
a { background-color: #91524C; }
a { background-color: rgb(145,82,76); }
div.DivClassName
{
background-color: #91524C;
}
.BgClassName
{
background-color: #91524C;
}
</style>
border-color css
<style>
span { border-color: #91524C; }
span { border-color: rgb(145,82,76); }
td.TdClassName
{
border-color: #91524C;
}
.TagClassName
{
border-color: #91524C;
}
</style>