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