Shades of Copper Rust #9B574F
Tints of Copper Rust #9B574F
RGB
CMYK
RGB Variations
Color information
#9B574F (or 0x9B574F) is known color: Copper Rust. HEX triplet: 9B, 57 and 4F. RGB value is (155,87,79). Sum of RGB (Red+Green+Blue) = 155+87+79=321 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.29% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 79 (31.25% from 255 or 24.61% from 321); Max value from RGB is 155 - color contains mainly: red. Hex color #9B574F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B574F is #64A8B0. Grayscale: #6A6A6A. Windows color (decimal): -6596785 or 5199771. OLE color: 5199771.
HSL color Cylindrical-coordinate representation of color #9B574F: hue angle of 6.32º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9B574F is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 87 | 79 | - |
| CMYK | 0 | 0.44 | 0.49 | 0.39 |
| HSL | 6.32º | 0.32% | 0.46% | - |
| HSV(B) | 6.32º | 0.49% | 0.61% | - |
| XYZ | 18.34 | 14.35 | 9.2 | - |
| YUV | 106.42 | 112.53 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 87 | 79 | 0 | 0.44 | 0.49 | 0.39 | 6.32 | 0.32 | 0.46 |
| Hex | 9B | 57 | 4F | 0 | 2C | 31 | 27 | 6 | 20 | 2E |
| Octal | 233 | 127 | 117 | 0 | 54 | 61 | 47 | 6 | 40 | 56 |
| Binary | 10011011 | 1010111 | 1001111 | 0 | 101100 | 110001 | 100111 | 110 | 100000 | 101110 |
Color Harmonies of #9B574F
Complementary color
Monochromatic Colors of #9B574F
Black with #9B574F
Text Example
Text Example
White with #9B574F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B574F; }
p { color: rgb(155,87,79); }
H1.HeaderClassName
{
color: #9B574F;
}
.AnyTagClassName
{
color: #9B574F;
}
</style>
background-color css
<style>
a { background-color: #9B574F; }
a { background-color: rgb(155,87,79); }
div.DivClassName
{
background-color: #9B574F;
}
.BgClassName
{
background-color: #9B574F;
}
</style>
border-color css
<style>
span { border-color: #9B574F; }
span { border-color: rgb(155,87,79); }
td.TdClassName
{
border-color: #9B574F;
}
.TagClassName
{
border-color: #9B574F;
}
</style>