Shades of Copper Rust #954F4B
Tints of Copper Rust #954F4B
RGB
CMYK
RGB Variations
Color information
#954F4B (or 0x954F4B) is known color: Copper Rust. HEX triplet: 95, 4F and 4B. RGB value is (149,79,75). Sum of RGB (Red+Green+Blue) = 149+79+75=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 79 (31.25% from 255 or 26.07% from 303); Blue value is 75 (29.69% from 255 or 24.75% from 303); Max value from RGB is 149 - color contains mainly: red. Hex color #954F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #954F4B is #6AB0B4. Grayscale: #636363. Windows color (decimal): -6992053 or 4935573. OLE color: 4935573.
HSL color Cylindrical-coordinate representation of color #954F4B: hue angle of 3.24º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #954F4B is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 79 | 75 | - |
| CMYK | 0 | 0.47 | 0.50 | 0.42 |
| HSL | 3.24º | 0.33% | 0.44% | - |
| HSV(B) | 3.24º | 0.5% | 0.58% | - |
| XYZ | 16.46 | 12.49 | 8.2 | - |
| YUV | 99.47 | 114.19 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 79 | 75 | 0 | 0.47 | 0.50 | 0.42 | 3.24 | 0.33 | 0.44 |
| Hex | 95 | 4F | 4B | 0 | 2F | 32 | 2A | 3 | 21 | 2C |
| Octal | 225 | 117 | 113 | 0 | 57 | 62 | 52 | 3 | 41 | 54 |
| Binary | 10010101 | 1001111 | 1001011 | 0 | 101111 | 110010 | 101010 | 11 | 100001 | 101100 |
Color Harmonies of #954F4B
Complementary color
Monochromatic Colors of #954F4B
Black with #954F4B
Text Example
Text Example
White with #954F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954F4B; }
p { color: rgb(149,79,75); }
H1.HeaderClassName
{
color: #954F4B;
}
.AnyTagClassName
{
color: #954F4B;
}
</style>
background-color css
<style>
a { background-color: #954F4B; }
a { background-color: rgb(149,79,75); }
div.DivClassName
{
background-color: #954F4B;
}
.BgClassName
{
background-color: #954F4B;
}
</style>
border-color css
<style>
span { border-color: #954F4B; }
span { border-color: rgb(149,79,75); }
td.TdClassName
{
border-color: #954F4B;
}
.TagClassName
{
border-color: #954F4B;
}
</style>