Shades of Copper Rust #95574B
Tints of Copper Rust #95574B
RGB
CMYK
RGB Variations
Color information
#95574B (or 0x95574B) is known color: Copper Rust. HEX triplet: 95, 57 and 4B. RGB value is (149,87,75). Sum of RGB (Red+Green+Blue) = 149+87+75=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #95574B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95574B is #6AA8B4. Grayscale: #686868. Windows color (decimal): -6990005 or 4937621. OLE color: 4937621.
HSL color Cylindrical-coordinate representation of color #95574B: hue angle of 9.73º 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 #95574B is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 87 | 75 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.42 |
| HSL | 9.73º | 0.33% | 0.44% | - |
| HSV(B) | 9.73º | 0.5% | 0.58% | - |
| XYZ | 17.07 | 13.71 | 8.4 | - |
| YUV | 104.17 | 111.54 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 87 | 75 | 0 | 0.42 | 0.50 | 0.42 | 9.73 | 0.33 | 0.44 |
| Hex | 95 | 57 | 4B | 0 | 2A | 32 | 2A | A | 21 | 2C |
| Octal | 225 | 127 | 113 | 0 | 52 | 62 | 52 | 12 | 41 | 54 |
| Binary | 10010101 | 1010111 | 1001011 | 0 | 101010 | 110010 | 101010 | 1010 | 100001 | 101100 |
Color Harmonies of #95574B
Complementary color
Monochromatic Colors of #95574B
Black with #95574B
Text Example
Text Example
White with #95574B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95574B; }
p { color: rgb(149,87,75); }
H1.HeaderClassName
{
color: #95574B;
}
.AnyTagClassName
{
color: #95574B;
}
</style>
background-color css
<style>
a { background-color: #95574B; }
a { background-color: rgb(149,87,75); }
div.DivClassName
{
background-color: #95574B;
}
.BgClassName
{
background-color: #95574B;
}
</style>
border-color css
<style>
span { border-color: #95574B; }
span { border-color: rgb(149,87,75); }
td.TdClassName
{
border-color: #95574B;
}
.TagClassName
{
border-color: #95574B;
}
</style>