Shades of Copper Rust #91544F
Tints of Copper Rust #91544F
RGB
CMYK
RGB Variations
Color information
#91544F (or 0x91544F) is known color: Copper Rust. HEX triplet: 91, 54 and 4F. RGB value is (145,84,79). Sum of RGB (Red+Green+Blue) = 145+84+79=308 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.08% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 79 (31.25% from 255 or 25.65% from 308); Max value from RGB is 145 - color contains mainly: red. Hex color #91544F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91544F is #6EABB0. Grayscale: #656565. Windows color (decimal): -7252913 or 5198993. OLE color: 5198993.
HSL color Cylindrical-coordinate representation of color #91544F: hue angle of 4.55º 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 #91544F is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 84 | 79 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.43 |
| HSL | 4.55º | 0.29% | 0.44% | - |
| HSV(B) | 4.55º | 0.46% | 0.57% | - |
| XYZ | 16.26 | 12.92 | 9.03 | - |
| YUV | 101.67 | 115.21 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 84 | 79 | 0 | 0.42 | 0.46 | 0.43 | 4.55 | 0.29 | 0.44 |
| Hex | 91 | 54 | 4F | 0 | 2A | 2E | 2B | 5 | 1D | 2C |
| Octal | 221 | 124 | 117 | 0 | 52 | 56 | 53 | 5 | 35 | 54 |
| Binary | 10010001 | 1010100 | 1001111 | 0 | 101010 | 101110 | 101011 | 101 | 11101 | 101100 |
Color Harmonies of #91544F
Complementary color
Monochromatic Colors of #91544F
Black with #91544F
Text Example
Text Example
White with #91544F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91544F; }
p { color: rgb(145,84,79); }
H1.HeaderClassName
{
color: #91544F;
}
.AnyTagClassName
{
color: #91544F;
}
</style>
background-color css
<style>
a { background-color: #91544F; }
a { background-color: rgb(145,84,79); }
div.DivClassName
{
background-color: #91544F;
}
.BgClassName
{
background-color: #91544F;
}
</style>
border-color css
<style>
span { border-color: #91544F; }
span { border-color: rgb(145,84,79); }
td.TdClassName
{
border-color: #91544F;
}
.TagClassName
{
border-color: #91544F;
}
</style>