Shades of Copper Rust #954B48
Tints of Copper Rust #954B48
RGB
CMYK
RGB Variations
Color information
#954B48 (or 0x954B48) is known color: Copper Rust. HEX triplet: 95, 4B and 48. RGB value is (149,75,72). Sum of RGB (Red+Green+Blue) = 149+75+72=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 75 (29.69% from 255 or 25.34% from 296); Blue value is 72 (28.52% from 255 or 24.32% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #954B48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954B48 is #6AB4B7. Grayscale: #606060. Windows color (decimal): -6993080 or 4737941. OLE color: 4737941.
HSL color Cylindrical-coordinate representation of color #954B48: hue angle of 2.34º 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 #954B48 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 75 | 72 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.42 |
| HSL | 2.34º | 0.35% | 0.43% | - |
| HSV(B) | 2.34º | 0.52% | 0.58% | - |
| XYZ | 16.08 | 11.89 | 7.58 | - |
| YUV | 96.78 | 114.02 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 75 | 72 | 0 | 0.50 | 0.52 | 0.42 | 2.34 | 0.35 | 0.43 |
| Hex | 95 | 4B | 48 | 0 | 32 | 34 | 2A | 2 | 23 | 2B |
| Octal | 225 | 113 | 110 | 0 | 62 | 64 | 52 | 2 | 43 | 53 |
| Binary | 10010101 | 1001011 | 1001000 | 0 | 110010 | 110100 | 101010 | 10 | 100011 | 101011 |
Color Harmonies of #954B48
Complementary color
Monochromatic Colors of #954B48
Black with #954B48
Text Example
Text Example
White with #954B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954B48; }
p { color: rgb(149,75,72); }
H1.HeaderClassName
{
color: #954B48;
}
.AnyTagClassName
{
color: #954B48;
}
</style>
background-color css
<style>
a { background-color: #954B48; }
a { background-color: rgb(149,75,72); }
div.DivClassName
{
background-color: #954B48;
}
.BgClassName
{
background-color: #954B48;
}
</style>
border-color css
<style>
span { border-color: #954B48; }
span { border-color: rgb(149,75,72); }
td.TdClassName
{
border-color: #954B48;
}
.TagClassName
{
border-color: #954B48;
}
</style>