Shades of Copper Rust #98534A
Tints of Copper Rust #98534A
RGB
CMYK
RGB Variations
Color information
#98534A (or 0x98534A) is known color: Copper Rust. HEX triplet: 98, 53 and 4A. RGB value is (152,83,74). Sum of RGB (Red+Green+Blue) = 152+83+74=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 152 - color contains mainly: red. Hex color #98534A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98534A is #67ACB5. Grayscale: #666666. Windows color (decimal): -6794422 or 4871064. OLE color: 4871064.
HSL color Cylindrical-coordinate representation of color #98534A: hue angle of 6.92º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #98534A is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 83 | 74 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.40 |
| HSL | 6.92º | 0.35% | 0.44% | - |
| HSV(B) | 6.92º | 0.51% | 0.6% | - |
| XYZ | 17.28 | 13.36 | 8.15 | - |
| YUV | 102.61 | 111.86 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 83 | 74 | 0 | 0.45 | 0.51 | 0.40 | 6.92 | 0.35 | 0.44 |
| Hex | 98 | 53 | 4A | 0 | 2D | 33 | 28 | 7 | 23 | 2C |
| Octal | 230 | 123 | 112 | 0 | 55 | 63 | 50 | 7 | 43 | 54 |
| Binary | 10011000 | 1010011 | 1001010 | 0 | 101101 | 110011 | 101000 | 111 | 100011 | 101100 |
Color Harmonies of #98534A
Complementary color
Monochromatic Colors of #98534A
Black with #98534A
Text Example
Text Example
White with #98534A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98534A; }
p { color: rgb(152,83,74); }
H1.HeaderClassName
{
color: #98534A;
}
.AnyTagClassName
{
color: #98534A;
}
</style>
background-color css
<style>
a { background-color: #98534A; }
a { background-color: rgb(152,83,74); }
div.DivClassName
{
background-color: #98534A;
}
.BgClassName
{
background-color: #98534A;
}
</style>
border-color css
<style>
span { border-color: #98534A; }
span { border-color: rgb(152,83,74); }
td.TdClassName
{
border-color: #98534A;
}
.TagClassName
{
border-color: #98534A;
}
</style>