Shades of Copper Rust #91534F
Tints of Copper Rust #91534F
RGB
CMYK
RGB Variations
Color information
#91534F (or 0x91534F) is known color: Copper Rust. HEX triplet: 91, 53 and 4F. RGB value is (145,83,79). Sum of RGB (Red+Green+Blue) = 145+83+79=307 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.23% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 79 (31.25% from 255 or 25.73% from 307); Max value from RGB is 145 - color contains mainly: red. Hex color #91534F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91534F is #6EACB0. Grayscale: #656565. Windows color (decimal): -7253169 or 5198737. OLE color: 5198737.
HSL color Cylindrical-coordinate representation of color #91534F: hue angle of 3.64º 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 #91534F is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 83 | 79 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.43 |
| HSL | 3.64º | 0.29% | 0.44% | - |
| HSV(B) | 3.64º | 0.46% | 0.57% | - |
| XYZ | 16.18 | 12.77 | 9.01 | - |
| YUV | 101.08 | 115.54 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 83 | 79 | 0 | 0.43 | 0.46 | 0.43 | 3.64 | 0.29 | 0.44 |
| Hex | 91 | 53 | 4F | 0 | 2B | 2E | 2B | 4 | 1D | 2C |
| Octal | 221 | 123 | 117 | 0 | 53 | 56 | 53 | 4 | 35 | 54 |
| Binary | 10010001 | 1010011 | 1001111 | 0 | 101011 | 101110 | 101011 | 100 | 11101 | 101100 |
Color Harmonies of #91534F
Complementary color
Monochromatic Colors of #91534F
Black with #91534F
Text Example
Text Example
White with #91534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91534F; }
p { color: rgb(145,83,79); }
H1.HeaderClassName
{
color: #91534F;
}
.AnyTagClassName
{
color: #91534F;
}
</style>
background-color css
<style>
a { background-color: #91534F; }
a { background-color: rgb(145,83,79); }
div.DivClassName
{
background-color: #91534F;
}
.BgClassName
{
background-color: #91534F;
}
</style>
border-color css
<style>
span { border-color: #91534F; }
span { border-color: rgb(145,83,79); }
td.TdClassName
{
border-color: #91534F;
}
.TagClassName
{
border-color: #91534F;
}
</style>