Shades of Copper Rust #9A524B
Tints of Copper Rust #9A524B
RGB
CMYK
RGB Variations
Color information
#9A524B (or 0x9A524B) is known color: Copper Rust. HEX triplet: 9A, 52 and 4B. RGB value is (154,82,75). Sum of RGB (Red+Green+Blue) = 154+82+75=311 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.52% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 154 - color contains mainly: red. Hex color #9A524B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A524B is #65ADB4. Grayscale: #666666. Windows color (decimal): -6663605 or 4936346. OLE color: 4936346.
HSL color Cylindrical-coordinate representation of color #9A524B: hue angle of 5.32º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9A524B is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 82 | 75 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.40 |
| HSL | 5.32º | 0.34% | 0.45% | - |
| HSV(B) | 5.32º | 0.51% | 0.6% | - |
| XYZ | 17.61 | 13.41 | 8.32 | - |
| YUV | 102.73 | 112.35 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 82 | 75 | 0 | 0.47 | 0.51 | 0.40 | 5.32 | 0.34 | 0.45 |
| Hex | 9A | 52 | 4B | 0 | 2F | 33 | 28 | 5 | 22 | 2D |
| Octal | 232 | 122 | 113 | 0 | 57 | 63 | 50 | 5 | 42 | 55 |
| Binary | 10011010 | 1010010 | 1001011 | 0 | 101111 | 110011 | 101000 | 101 | 100010 | 101101 |
Color Harmonies of #9A524B
Complementary color
Monochromatic Colors of #9A524B
Black with #9A524B
Text Example
Text Example
White with #9A524B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A524B; }
p { color: rgb(154,82,75); }
H1.HeaderClassName
{
color: #9A524B;
}
.AnyTagClassName
{
color: #9A524B;
}
</style>
background-color css
<style>
a { background-color: #9A524B; }
a { background-color: rgb(154,82,75); }
div.DivClassName
{
background-color: #9A524B;
}
.BgClassName
{
background-color: #9A524B;
}
</style>
border-color css
<style>
span { border-color: #9A524B; }
span { border-color: rgb(154,82,75); }
td.TdClassName
{
border-color: #9A524B;
}
.TagClassName
{
border-color: #9A524B;
}
</style>