Shades of Copper Rust #955B53
Tints of Copper Rust #955B53
RGB
CMYK
RGB Variations
Color information
#955B53 (or 0x955B53) is known color: Copper Rust. HEX triplet: 95, 5B and 53. RGB value is (149,91,83). Sum of RGB (Red+Green+Blue) = 149+91+83=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 91 (35.94% from 255 or 28.17% from 323); Blue value is 83 (32.81% from 255 or 25.70% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #955B53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955B53 is #6AA4AC. Grayscale: #6B6B6B. Windows color (decimal): -6988973 or 5462933. OLE color: 5462933.
HSL color Cylindrical-coordinate representation of color #955B53: hue angle of 7.27º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #955B53 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 91 | 83 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.42 |
| HSL | 7.27º | 0.28% | 0.45% | - |
| HSV(B) | 7.27º | 0.44% | 0.58% | - |
| XYZ | 17.7 | 14.5 | 10.05 | - |
| YUV | 107.43 | 114.22 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 91 | 83 | 0 | 0.39 | 0.44 | 0.42 | 7.27 | 0.28 | 0.45 |
| Hex | 95 | 5B | 53 | 0 | 27 | 2C | 2A | 7 | 1C | 2D |
| Octal | 225 | 133 | 123 | 0 | 47 | 54 | 52 | 7 | 34 | 55 |
| Binary | 10010101 | 1011011 | 1010011 | 0 | 100111 | 101100 | 101010 | 111 | 11100 | 101101 |
Color Harmonies of #955B53
Complementary color
Monochromatic Colors of #955B53
Black with #955B53
Text Example
Text Example
White with #955B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955B53; }
p { color: rgb(149,91,83); }
H1.HeaderClassName
{
color: #955B53;
}
.AnyTagClassName
{
color: #955B53;
}
</style>
background-color css
<style>
a { background-color: #955B53; }
a { background-color: rgb(149,91,83); }
div.DivClassName
{
background-color: #955B53;
}
.BgClassName
{
background-color: #955B53;
}
</style>
border-color css
<style>
span { border-color: #955B53; }
span { border-color: rgb(149,91,83); }
td.TdClassName
{
border-color: #955B53;
}
.TagClassName
{
border-color: #955B53;
}
</style>