Shades of Copper Rust #95514A
Tints of Copper Rust #95514A
RGB
CMYK
RGB Variations
Color information
#95514A (or 0x95514A) is known color: Copper Rust. HEX triplet: 95, 51 and 4A. RGB value is (149,81,74). Sum of RGB (Red+Green+Blue) = 149+81+74=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #95514A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95514A is #6AAEB5. Grayscale: #646464. Windows color (decimal): -6991542 or 4870549. OLE color: 4870549.
HSL color Cylindrical-coordinate representation of color #95514A: hue angle of 5.6º degrees, saturation: 0.34, 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 #95514A is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 81 | 74 | - |
| CMYK | 0 | 0.46 | 0.50 | 0.42 |
| HSL | 5.6º | 0.34% | 0.44% | - |
| HSV(B) | 5.6º | 0.5% | 0.58% | - |
| XYZ | 16.57 | 12.77 | 8.07 | - |
| YUV | 100.53 | 113.03 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 81 | 74 | 0 | 0.46 | 0.50 | 0.42 | 5.6 | 0.34 | 0.44 |
| Hex | 95 | 51 | 4A | 0 | 2E | 32 | 2A | 6 | 22 | 2C |
| Octal | 225 | 121 | 112 | 0 | 56 | 62 | 52 | 6 | 42 | 54 |
| Binary | 10010101 | 1010001 | 1001010 | 0 | 101110 | 110010 | 101010 | 110 | 100010 | 101100 |
Color Harmonies of #95514A
Complementary color
Monochromatic Colors of #95514A
Black with #95514A
Text Example
Text Example
White with #95514A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95514A; }
p { color: rgb(149,81,74); }
H1.HeaderClassName
{
color: #95514A;
}
.AnyTagClassName
{
color: #95514A;
}
</style>
background-color css
<style>
a { background-color: #95514A; }
a { background-color: rgb(149,81,74); }
div.DivClassName
{
background-color: #95514A;
}
.BgClassName
{
background-color: #95514A;
}
</style>
border-color css
<style>
span { border-color: #95514A; }
span { border-color: rgb(149,81,74); }
td.TdClassName
{
border-color: #95514A;
}
.TagClassName
{
border-color: #95514A;
}
</style>