Shades of Copper Rust #91584C
Tints of Copper Rust #91584C
RGB
CMYK
RGB Variations
Color information
#91584C (or 0x91584C) is known color: Copper Rust. HEX triplet: 91, 58 and 4C. RGB value is (145,88,76). Sum of RGB (Red+Green+Blue) = 145+88+76=309 (40% of max value = 765). Red value is 145 (57.03% from 255 or 46.93% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 145 - color contains mainly: red. Hex color #91584C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91584C is #6EA7B3. Grayscale: #676767. Windows color (decimal): -7251892 or 5003409. OLE color: 5003409.
HSL color Cylindrical-coordinate representation of color #91584C: hue angle of 10.43º 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 #91584C is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 88 | 76 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.43 |
| HSL | 10.43º | 0.31% | 0.43% | - |
| HSV(B) | 10.43º | 0.48% | 0.57% | - |
| XYZ | 16.47 | 13.52 | 8.58 | - |
| YUV | 103.68 | 112.38 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 88 | 76 | 0 | 0.39 | 0.48 | 0.43 | 10.43 | 0.31 | 0.43 |
| Hex | 91 | 58 | 4C | 0 | 27 | 30 | 2B | A | 1F | 2B |
| Octal | 221 | 130 | 114 | 0 | 47 | 60 | 53 | 12 | 37 | 53 |
| Binary | 10010001 | 1011000 | 1001100 | 0 | 100111 | 110000 | 101011 | 1010 | 11111 | 101011 |
Color Harmonies of #91584C
Complementary color
Monochromatic Colors of #91584C
Black with #91584C
Text Example
Text Example
White with #91584C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91584C; }
p { color: rgb(145,88,76); }
H1.HeaderClassName
{
color: #91584C;
}
.AnyTagClassName
{
color: #91584C;
}
</style>
background-color css
<style>
a { background-color: #91584C; }
a { background-color: rgb(145,88,76); }
div.DivClassName
{
background-color: #91584C;
}
.BgClassName
{
background-color: #91584C;
}
</style>
border-color css
<style>
span { border-color: #91584C; }
span { border-color: rgb(145,88,76); }
td.TdClassName
{
border-color: #91584C;
}
.TagClassName
{
border-color: #91584C;
}
</style>