Shades of Copper Rust #91534C
Tints of Copper Rust #91534C
RGB
CMYK
RGB Variations
Color information
#91534C (or 0x91534C) is known color: Copper Rust. HEX triplet: 91, 53 and 4C. RGB value is (145,83,76). Sum of RGB (Red+Green+Blue) = 145+83+76=304 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.70% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 145 - color contains mainly: red. Hex color #91534C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91534C is #6EACB3. Grayscale: #646464. Windows color (decimal): -7253172 or 5002129. OLE color: 5002129.
HSL color Cylindrical-coordinate representation of color #91534C: hue angle of 6.09º 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 #91534C is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 83 | 76 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.43 |
| HSL | 6.09º | 0.31% | 0.43% | - |
| HSV(B) | 6.09º | 0.48% | 0.57% | - |
| XYZ | 16.07 | 12.73 | 8.45 | - |
| YUV | 100.74 | 114.04 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 83 | 76 | 0 | 0.43 | 0.48 | 0.43 | 6.09 | 0.31 | 0.43 |
| Hex | 91 | 53 | 4C | 0 | 2B | 30 | 2B | 6 | 1F | 2B |
| Octal | 221 | 123 | 114 | 0 | 53 | 60 | 53 | 6 | 37 | 53 |
| Binary | 10010001 | 1010011 | 1001100 | 0 | 101011 | 110000 | 101011 | 110 | 11111 | 101011 |
Color Harmonies of #91534C
Complementary color
Monochromatic Colors of #91534C
Black with #91534C
Text Example
Text Example
White with #91534C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91534C; }
p { color: rgb(145,83,76); }
H1.HeaderClassName
{
color: #91534C;
}
.AnyTagClassName
{
color: #91534C;
}
</style>
background-color css
<style>
a { background-color: #91534C; }
a { background-color: rgb(145,83,76); }
div.DivClassName
{
background-color: #91534C;
}
.BgClassName
{
background-color: #91534C;
}
</style>
border-color css
<style>
span { border-color: #91534C; }
span { border-color: rgb(145,83,76); }
td.TdClassName
{
border-color: #91534C;
}
.TagClassName
{
border-color: #91534C;
}
</style>