Shades of Copper Rust #954B47
Tints of Copper Rust #954B47
RGB
CMYK
RGB Variations
Color information
#954B47 (or 0x954B47) is known color: Copper Rust. HEX triplet: 95, 4B and 47. RGB value is (149,75,71). Sum of RGB (Red+Green+Blue) = 149+75+71=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 75 (29.69% from 255 or 25.42% from 295); Blue value is 71 (28.12% from 255 or 24.07% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #954B47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954B47 is #6AB4B8. Grayscale: #606060. Windows color (decimal): -6993081 or 4672405. OLE color: 4672405.
HSL color Cylindrical-coordinate representation of color #954B47: hue angle of 3.08º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #954B47 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 75 | 71 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.42 |
| HSL | 3.08º | 0.35% | 0.43% | - |
| HSV(B) | 3.08º | 0.52% | 0.58% | - |
| XYZ | 16.05 | 11.88 | 7.41 | - |
| YUV | 96.67 | 113.52 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 75 | 71 | 0 | 0.50 | 0.52 | 0.42 | 3.08 | 0.35 | 0.43 |
| Hex | 95 | 4B | 47 | 0 | 32 | 34 | 2A | 3 | 23 | 2B |
| Octal | 225 | 113 | 107 | 0 | 62 | 64 | 52 | 3 | 43 | 53 |
| Binary | 10010101 | 1001011 | 1000111 | 0 | 110010 | 110100 | 101010 | 11 | 100011 | 101011 |
Color Harmonies of #954B47
Complementary color
Monochromatic Colors of #954B47
Black with #954B47
Text Example
Text Example
White with #954B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954B47; }
p { color: rgb(149,75,71); }
H1.HeaderClassName
{
color: #954B47;
}
.AnyTagClassName
{
color: #954B47;
}
</style>
background-color css
<style>
a { background-color: #954B47; }
a { background-color: rgb(149,75,71); }
div.DivClassName
{
background-color: #954B47;
}
.BgClassName
{
background-color: #954B47;
}
</style>
border-color css
<style>
span { border-color: #954B47; }
span { border-color: rgb(149,75,71); }
td.TdClassName
{
border-color: #954B47;
}
.TagClassName
{
border-color: #954B47;
}
</style>