Shades of Copper Rust #955B4F
Tints of Copper Rust #955B4F
RGB
CMYK
RGB Variations
Color information
#955B4F (or 0x955B4F) is known color: Copper Rust. HEX triplet: 95, 5B and 4F. RGB value is (149,91,79). Sum of RGB (Red+Green+Blue) = 149+91+79=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 91 (35.94% from 255 or 28.53% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #955B4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955B4F is #6AA4B0. Grayscale: #6B6B6B. Windows color (decimal): -6988977 or 5200789. OLE color: 5200789.
HSL color Cylindrical-coordinate representation of color #955B4F: hue angle of 10.29º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #955B4F is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 91 | 79 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.42 |
| HSL | 10.29º | 0.31% | 0.45% | - |
| HSV(B) | 10.29º | 0.47% | 0.58% | - |
| XYZ | 17.55 | 14.44 | 9.26 | - |
| YUV | 106.97 | 112.22 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 91 | 79 | 0 | 0.39 | 0.47 | 0.42 | 10.29 | 0.31 | 0.45 |
| Hex | 95 | 5B | 4F | 0 | 27 | 2F | 2A | A | 1F | 2D |
| Octal | 225 | 133 | 117 | 0 | 47 | 57 | 52 | 12 | 37 | 55 |
| Binary | 10010101 | 1011011 | 1001111 | 0 | 100111 | 101111 | 101010 | 1010 | 11111 | 101101 |
Color Harmonies of #955B4F
Complementary color
Monochromatic Colors of #955B4F
Black with #955B4F
Text Example
Text Example
White with #955B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955B4F; }
p { color: rgb(149,91,79); }
H1.HeaderClassName
{
color: #955B4F;
}
.AnyTagClassName
{
color: #955B4F;
}
</style>
background-color css
<style>
a { background-color: #955B4F; }
a { background-color: rgb(149,91,79); }
div.DivClassName
{
background-color: #955B4F;
}
.BgClassName
{
background-color: #955B4F;
}
</style>
border-color css
<style>
span { border-color: #955B4F; }
span { border-color: rgb(149,91,79); }
td.TdClassName
{
border-color: #955B4F;
}
.TagClassName
{
border-color: #955B4F;
}
</style>