Shades of Copper Rust #95594B
Tints of Copper Rust #95594B
RGB
CMYK
RGB Variations
Color information
#95594B (or 0x95594B) is known color: Copper Rust. HEX triplet: 95, 59 and 4B. RGB value is (149,89,75). Sum of RGB (Red+Green+Blue) = 149+89+75=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #95594B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95594B is #6AA6B4. Grayscale: #696969. Windows color (decimal): -6989493 or 4938133. OLE color: 4938133.
HSL color Cylindrical-coordinate representation of color #95594B: hue angle of 11.35º 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 #95594B is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 89 | 75 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.42 |
| HSL | 11.35º | 0.33% | 0.44% | - |
| HSV(B) | 11.35º | 0.5% | 0.58% | - |
| XYZ | 17.24 | 14.04 | 8.46 | - |
| YUV | 105.34 | 110.88 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 89 | 75 | 0 | 0.40 | 0.50 | 0.42 | 11.35 | 0.33 | 0.44 |
| Hex | 95 | 59 | 4B | 0 | 28 | 32 | 2A | B | 21 | 2C |
| Octal | 225 | 131 | 113 | 0 | 50 | 62 | 52 | 13 | 41 | 54 |
| Binary | 10010101 | 1011001 | 1001011 | 0 | 101000 | 110010 | 101010 | 1011 | 100001 | 101100 |
Color Harmonies of #95594B
Complementary color
Monochromatic Colors of #95594B
Black with #95594B
Text Example
Text Example
White with #95594B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95594B; }
p { color: rgb(149,89,75); }
H1.HeaderClassName
{
color: #95594B;
}
.AnyTagClassName
{
color: #95594B;
}
</style>
background-color css
<style>
a { background-color: #95594B; }
a { background-color: rgb(149,89,75); }
div.DivClassName
{
background-color: #95594B;
}
.BgClassName
{
background-color: #95594B;
}
</style>
border-color css
<style>
span { border-color: #95594B; }
span { border-color: rgb(149,89,75); }
td.TdClassName
{
border-color: #95594B;
}
.TagClassName
{
border-color: #95594B;
}
</style>