Shades of Copper Rust #95514B
Tints of Copper Rust #95514B
RGB
CMYK
RGB Variations
Color information
#95514B (or 0x95514B) is known color: Copper Rust. HEX triplet: 95, 51 and 4B. RGB value is (149,81,75). Sum of RGB (Red+Green+Blue) = 149+81+75=305 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.85% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 75 (29.69% from 255 or 24.59% from 305); Max value from RGB is 149 - color contains mainly: red. Hex color #95514B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95514B is #6AAEB4. Grayscale: #646464. Windows color (decimal): -6991541 or 4936085. OLE color: 4936085.
HSL color Cylindrical-coordinate representation of color #95514B: hue angle of 4.86º 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 #95514B is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 81 | 75 | - |
| CMYK | 0 | 0.46 | 0.50 | 0.42 |
| HSL | 4.86º | 0.33% | 0.44% | - |
| HSV(B) | 4.86º | 0.5% | 0.58% | - |
| XYZ | 16.61 | 12.78 | 8.25 | - |
| YUV | 100.65 | 113.53 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 81 | 75 | 0 | 0.46 | 0.50 | 0.42 | 4.86 | 0.33 | 0.44 |
| Hex | 95 | 51 | 4B | 0 | 2E | 32 | 2A | 5 | 21 | 2C |
| Octal | 225 | 121 | 113 | 0 | 56 | 62 | 52 | 5 | 41 | 54 |
| Binary | 10010101 | 1010001 | 1001011 | 0 | 101110 | 110010 | 101010 | 101 | 100001 | 101100 |
Color Harmonies of #95514B
Complementary color
Monochromatic Colors of #95514B
Black with #95514B
Text Example
Text Example
White with #95514B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95514B; }
p { color: rgb(149,81,75); }
H1.HeaderClassName
{
color: #95514B;
}
.AnyTagClassName
{
color: #95514B;
}
</style>
background-color css
<style>
a { background-color: #95514B; }
a { background-color: rgb(149,81,75); }
div.DivClassName
{
background-color: #95514B;
}
.BgClassName
{
background-color: #95514B;
}
</style>
border-color css
<style>
span { border-color: #95514B; }
span { border-color: rgb(149,81,75); }
td.TdClassName
{
border-color: #95514B;
}
.TagClassName
{
border-color: #95514B;
}
</style>