Shades of Copper Rust #914E4D
Tints of Copper Rust #914E4D
RGB
CMYK
RGB Variations
Color information
#914E4D (or 0x914E4D) is known color: Copper Rust. HEX triplet: 91, 4E and 4D. RGB value is (145,78,77). Sum of RGB (Red+Green+Blue) = 145+78+77=300 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.33% from 300); Green value is 78 (30.86% from 255 or 26% from 300); Blue value is 77 (30.47% from 255 or 25.67% from 300); Max value from RGB is 145 - color contains mainly: red. Hex color #914E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #914E4D is #6EB1B2. Grayscale: #616161. Windows color (decimal): -7254451 or 5066385. OLE color: 5066385.
HSL color Cylindrical-coordinate representation of color #914E4D: hue angle of 0.88º 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 #914E4D is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 78 | 77 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.43 |
| HSL | 0.88º | 0.31% | 0.44% | - |
| HSV(B) | 0.88º | 0.47% | 0.57% | - |
| XYZ | 15.74 | 12 | 8.51 | - |
| YUV | 97.92 | 116.2 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 78 | 77 | 0 | 0.46 | 0.47 | 0.43 | 0.88 | 0.31 | 0.44 |
| Hex | 91 | 4E | 4D | 0 | 2E | 2F | 2B | 1 | 1F | 2C |
| Octal | 221 | 116 | 115 | 0 | 56 | 57 | 53 | 1 | 37 | 54 |
| Binary | 10010001 | 1001110 | 1001101 | 0 | 101110 | 101111 | 101011 | 1 | 11111 | 101100 |
Color Harmonies of #914E4D
Complementary color
Monochromatic Colors of #914E4D
Black with #914E4D
Text Example
Text Example
White with #914E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914E4D; }
p { color: rgb(145,78,77); }
H1.HeaderClassName
{
color: #914E4D;
}
.AnyTagClassName
{
color: #914E4D;
}
</style>
background-color css
<style>
a { background-color: #914E4D; }
a { background-color: rgb(145,78,77); }
div.DivClassName
{
background-color: #914E4D;
}
.BgClassName
{
background-color: #914E4D;
}
</style>
border-color css
<style>
span { border-color: #914E4D; }
span { border-color: rgb(145,78,77); }
td.TdClassName
{
border-color: #914E4D;
}
.TagClassName
{
border-color: #914E4D;
}
</style>