Shades of Copper Rust #914F4B
Tints of Copper Rust #914F4B
RGB
CMYK
RGB Variations
Color information
#914F4B (or 0x914F4B) is known color: Copper Rust. HEX triplet: 91, 4F and 4B. RGB value is (145,79,75). Sum of RGB (Red+Green+Blue) = 145+79+75=299 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.49% from 299); Green value is 79 (31.25% from 255 or 26.42% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 145 - color contains mainly: red. Hex color #914F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #914F4B is #6EB0B4. Grayscale: #626262. Windows color (decimal): -7254197 or 4935569. OLE color: 4935569.
HSL color Cylindrical-coordinate representation of color #914F4B: hue angle of 3.43º degrees, saturation: 0.32, 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 #914F4B is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 79 | 75 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.43 |
| HSL | 3.43º | 0.32% | 0.43% | - |
| HSV(B) | 3.43º | 0.48% | 0.57% | - |
| XYZ | 15.74 | 12.12 | 8.17 | - |
| YUV | 98.28 | 114.87 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 79 | 75 | 0 | 0.46 | 0.48 | 0.43 | 3.43 | 0.32 | 0.43 |
| Hex | 91 | 4F | 4B | 0 | 2E | 30 | 2B | 3 | 20 | 2B |
| Octal | 221 | 117 | 113 | 0 | 56 | 60 | 53 | 3 | 40 | 53 |
| Binary | 10010001 | 1001111 | 1001011 | 0 | 101110 | 110000 | 101011 | 11 | 100000 | 101011 |
Color Harmonies of #914F4B
Complementary color
Monochromatic Colors of #914F4B
Black with #914F4B
Text Example
Text Example
White with #914F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914F4B; }
p { color: rgb(145,79,75); }
H1.HeaderClassName
{
color: #914F4B;
}
.AnyTagClassName
{
color: #914F4B;
}
</style>
background-color css
<style>
a { background-color: #914F4B; }
a { background-color: rgb(145,79,75); }
div.DivClassName
{
background-color: #914F4B;
}
.BgClassName
{
background-color: #914F4B;
}
</style>
border-color css
<style>
span { border-color: #914F4B; }
span { border-color: rgb(145,79,75); }
td.TdClassName
{
border-color: #914F4B;
}
.TagClassName
{
border-color: #914F4B;
}
</style>