Shades of Copper Rust #91534A
Tints of Copper Rust #91534A
RGB
CMYK
RGB Variations
Color information
#91534A (or 0x91534A) is known color: Copper Rust. HEX triplet: 91, 53 and 4A. RGB value is (145,83,74). Sum of RGB (Red+Green+Blue) = 145+83+74=302 (40% of max value = 765). Red value is 145 (57.03% from 255 or 48.01% from 302); Green value is 83 (32.81% from 255 or 27.48% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 145 - color contains mainly: red. Hex color #91534A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91534A is #6EACB5. Grayscale: #646464. Windows color (decimal): -7253174 or 4871057. OLE color: 4871057.
HSL color Cylindrical-coordinate representation of color #91534A: hue angle of 7.61º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #91534A is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 83 | 74 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.43 |
| HSL | 7.61º | 0.32% | 0.43% | - |
| HSV(B) | 7.61º | 0.49% | 0.57% | - |
| XYZ | 16.01 | 12.7 | 8.09 | - |
| YUV | 100.51 | 113.04 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 83 | 74 | 0 | 0.43 | 0.49 | 0.43 | 7.61 | 0.32 | 0.43 |
| Hex | 91 | 53 | 4A | 0 | 2B | 31 | 2B | 8 | 20 | 2B |
| Octal | 221 | 123 | 112 | 0 | 53 | 61 | 53 | 10 | 40 | 53 |
| Binary | 10010001 | 1010011 | 1001010 | 0 | 101011 | 110001 | 101011 | 1000 | 100000 | 101011 |
Color Harmonies of #91534A
Complementary color
Monochromatic Colors of #91534A
Black with #91534A
Text Example
Text Example
White with #91534A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91534A; }
p { color: rgb(145,83,74); }
H1.HeaderClassName
{
color: #91534A;
}
.AnyTagClassName
{
color: #91534A;
}
</style>
background-color css
<style>
a { background-color: #91534A; }
a { background-color: rgb(145,83,74); }
div.DivClassName
{
background-color: #91534A;
}
.BgClassName
{
background-color: #91534A;
}
</style>
border-color css
<style>
span { border-color: #91534A; }
span { border-color: rgb(145,83,74); }
td.TdClassName
{
border-color: #91534A;
}
.TagClassName
{
border-color: #91534A;
}
</style>