Shades of Copper Rust #955B4E
Tints of Copper Rust #955B4E
RGB
CMYK
RGB Variations
Color information
#955B4E (or 0x955B4E) is known color: Copper Rust. HEX triplet: 95, 5B and 4E. RGB value is (149,91,78). Sum of RGB (Red+Green+Blue) = 149+91+78=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 91 (35.94% from 255 or 28.62% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #955B4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955B4E is #6AA4B1. Grayscale: #6A6A6A. Windows color (decimal): -6988978 or 5135253. OLE color: 5135253.
HSL color Cylindrical-coordinate representation of color #955B4E: hue angle of 10.99º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #955B4E is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 91 | 78 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.42 |
| HSL | 10.99º | 0.31% | 0.45% | - |
| HSV(B) | 10.99º | 0.48% | 0.58% | - |
| XYZ | 17.51 | 14.42 | 9.07 | - |
| YUV | 106.86 | 111.72 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 91 | 78 | 0 | 0.39 | 0.48 | 0.42 | 10.99 | 0.31 | 0.45 |
| Hex | 95 | 5B | 4E | 0 | 27 | 30 | 2A | B | 1F | 2D |
| Octal | 225 | 133 | 116 | 0 | 47 | 60 | 52 | 13 | 37 | 55 |
| Binary | 10010101 | 1011011 | 1001110 | 0 | 100111 | 110000 | 101010 | 1011 | 11111 | 101101 |
Color Harmonies of #955B4E
Complementary color
Monochromatic Colors of #955B4E
Black with #955B4E
Text Example
Text Example
White with #955B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955B4E; }
p { color: rgb(149,91,78); }
H1.HeaderClassName
{
color: #955B4E;
}
.AnyTagClassName
{
color: #955B4E;
}
</style>
background-color css
<style>
a { background-color: #955B4E; }
a { background-color: rgb(149,91,78); }
div.DivClassName
{
background-color: #955B4E;
}
.BgClassName
{
background-color: #955B4E;
}
</style>
border-color css
<style>
span { border-color: #955B4E; }
span { border-color: rgb(149,91,78); }
td.TdClassName
{
border-color: #955B4E;
}
.TagClassName
{
border-color: #955B4E;
}
</style>