Shades of Copper Rust #914F4C
Tints of Copper Rust #914F4C
RGB
CMYK
RGB Variations
Color information
#914F4C (or 0x914F4C) is known color: Copper Rust. HEX triplet: 91, 4F and 4C. RGB value is (145,79,76). Sum of RGB (Red+Green+Blue) = 145+79+76=300 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.33% from 300); Green value is 79 (31.25% from 255 or 26.33% from 300); Blue value is 76 (30.08% from 255 or 25.33% from 300); Max value from RGB is 145 - color contains mainly: red. Hex color #914F4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #914F4C is #6EB0B3. Grayscale: #626262. Windows color (decimal): -7254196 or 5001105. OLE color: 5001105.
HSL color Cylindrical-coordinate representation of color #914F4C: hue angle of 2.61º 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 #914F4C is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 79 | 76 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.43 |
| HSL | 2.61º | 0.31% | 0.43% | - |
| HSV(B) | 2.61º | 0.48% | 0.57% | - |
| XYZ | 15.78 | 12.13 | 8.35 | - |
| YUV | 98.39 | 115.37 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 79 | 76 | 0 | 0.46 | 0.48 | 0.43 | 2.61 | 0.31 | 0.43 |
| Hex | 91 | 4F | 4C | 0 | 2E | 30 | 2B | 3 | 1F | 2B |
| Octal | 221 | 117 | 114 | 0 | 56 | 60 | 53 | 3 | 37 | 53 |
| Binary | 10010001 | 1001111 | 1001100 | 0 | 101110 | 110000 | 101011 | 11 | 11111 | 101011 |
Color Harmonies of #914F4C
Complementary color
Monochromatic Colors of #914F4C
Black with #914F4C
Text Example
Text Example
White with #914F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914F4C; }
p { color: rgb(145,79,76); }
H1.HeaderClassName
{
color: #914F4C;
}
.AnyTagClassName
{
color: #914F4C;
}
</style>
background-color css
<style>
a { background-color: #914F4C; }
a { background-color: rgb(145,79,76); }
div.DivClassName
{
background-color: #914F4C;
}
.BgClassName
{
background-color: #914F4C;
}
</style>
border-color css
<style>
span { border-color: #914F4C; }
span { border-color: rgb(145,79,76); }
td.TdClassName
{
border-color: #914F4C;
}
.TagClassName
{
border-color: #914F4C;
}
</style>