Shades of Copper Rust #914E4A
Tints of Copper Rust #914E4A
RGB
CMYK
RGB Variations
Color information
#914E4A (or 0x914E4A) is known color: Copper Rust. HEX triplet: 91, 4E and 4A. RGB value is (145,78,74). Sum of RGB (Red+Green+Blue) = 145+78+74=297 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.82% from 297); Green value is 78 (30.86% from 255 or 26.26% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 145 - color contains mainly: red. Hex color #914E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #914E4A is #6EB1B5. Grayscale: #616161. Windows color (decimal): -7254454 or 4869777. OLE color: 4869777.
HSL color Cylindrical-coordinate representation of color #914E4A: hue angle of 3.38º 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 #914E4A is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 78 | 74 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.43 |
| HSL | 3.38º | 0.32% | 0.43% | - |
| HSV(B) | 3.38º | 0.49% | 0.57% | - |
| XYZ | 15.64 | 11.96 | 7.96 | - |
| YUV | 97.58 | 114.7 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 78 | 74 | 0 | 0.46 | 0.49 | 0.43 | 3.38 | 0.32 | 0.43 |
| Hex | 91 | 4E | 4A | 0 | 2E | 31 | 2B | 3 | 20 | 2B |
| Octal | 221 | 116 | 112 | 0 | 56 | 61 | 53 | 3 | 40 | 53 |
| Binary | 10010001 | 1001110 | 1001010 | 0 | 101110 | 110001 | 101011 | 11 | 100000 | 101011 |
Color Harmonies of #914E4A
Complementary color
Monochromatic Colors of #914E4A
Black with #914E4A
Text Example
Text Example
White with #914E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914E4A; }
p { color: rgb(145,78,74); }
H1.HeaderClassName
{
color: #914E4A;
}
.AnyTagClassName
{
color: #914E4A;
}
</style>
background-color css
<style>
a { background-color: #914E4A; }
a { background-color: rgb(145,78,74); }
div.DivClassName
{
background-color: #914E4A;
}
.BgClassName
{
background-color: #914E4A;
}
</style>
border-color css
<style>
span { border-color: #914E4A; }
span { border-color: rgb(145,78,74); }
td.TdClassName
{
border-color: #914E4A;
}
.TagClassName
{
border-color: #914E4A;
}
</style>