Shades of Copper Rust #91534D
Tints of Copper Rust #91534D
RGB
CMYK
RGB Variations
Color information
#91534D (or 0x91534D) is known color: Copper Rust. HEX triplet: 91, 53 and 4D. RGB value is (145,83,77). Sum of RGB (Red+Green+Blue) = 145+83+77=305 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.54% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 145 - color contains mainly: red. Hex color #91534D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91534D is #6EACB2. Grayscale: #646464. Windows color (decimal): -7253171 or 5067665. OLE color: 5067665.
HSL color Cylindrical-coordinate representation of color #91534D: hue angle of 5.29º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #91534D is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 83 | 77 | - |
| CMYK | 0 | 0.43 | 0.47 | 0.43 |
| HSL | 5.29º | 0.31% | 0.44% | - |
| HSV(B) | 5.29º | 0.47% | 0.57% | - |
| XYZ | 16.11 | 12.74 | 8.63 | - |
| YUV | 100.85 | 114.54 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 83 | 77 | 0 | 0.43 | 0.47 | 0.43 | 5.29 | 0.31 | 0.44 |
| Hex | 91 | 53 | 4D | 0 | 2B | 2F | 2B | 5 | 1F | 2C |
| Octal | 221 | 123 | 115 | 0 | 53 | 57 | 53 | 5 | 37 | 54 |
| Binary | 10010001 | 1010011 | 1001101 | 0 | 101011 | 101111 | 101011 | 101 | 11111 | 101100 |
Color Harmonies of #91534D
Complementary color
Monochromatic Colors of #91534D
Black with #91534D
Text Example
Text Example
White with #91534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91534D; }
p { color: rgb(145,83,77); }
H1.HeaderClassName
{
color: #91534D;
}
.AnyTagClassName
{
color: #91534D;
}
</style>
background-color css
<style>
a { background-color: #91534D; }
a { background-color: rgb(145,83,77); }
div.DivClassName
{
background-color: #91534D;
}
.BgClassName
{
background-color: #91534D;
}
</style>
border-color css
<style>
span { border-color: #91534D; }
span { border-color: rgb(145,83,77); }
td.TdClassName
{
border-color: #91534D;
}
.TagClassName
{
border-color: #91534D;
}
</style>