Shades of Copper Rust #98534C
Tints of Copper Rust #98534C
RGB
CMYK
RGB Variations
Color information
#98534C (or 0x98534C) is known color: Copper Rust. HEX triplet: 98, 53 and 4C. RGB value is (152,83,76). Sum of RGB (Red+Green+Blue) = 152+83+76=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 76 (30.08% from 255 or 24.44% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #98534C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98534C is #67ACB3. Grayscale: #666666. Windows color (decimal): -6794420 or 5002136. OLE color: 5002136.
HSL color Cylindrical-coordinate representation of color #98534C: hue angle of 5.53º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #98534C is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 83 | 76 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.40 |
| HSL | 5.53º | 0.33% | 0.45% | - |
| HSV(B) | 5.53º | 0.5% | 0.6% | - |
| XYZ | 17.35 | 13.38 | 8.51 | - |
| YUV | 102.83 | 112.86 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 83 | 76 | 0 | 0.45 | 0.50 | 0.40 | 5.53 | 0.33 | 0.45 |
| Hex | 98 | 53 | 4C | 0 | 2D | 32 | 28 | 6 | 21 | 2D |
| Octal | 230 | 123 | 114 | 0 | 55 | 62 | 50 | 6 | 41 | 55 |
| Binary | 10011000 | 1010011 | 1001100 | 0 | 101101 | 110010 | 101000 | 110 | 100001 | 101101 |
Color Harmonies of #98534C
Complementary color
Monochromatic Colors of #98534C
Black with #98534C
Text Example
Text Example
White with #98534C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98534C; }
p { color: rgb(152,83,76); }
H1.HeaderClassName
{
color: #98534C;
}
.AnyTagClassName
{
color: #98534C;
}
</style>
background-color css
<style>
a { background-color: #98534C; }
a { background-color: rgb(152,83,76); }
div.DivClassName
{
background-color: #98534C;
}
.BgClassName
{
background-color: #98534C;
}
</style>
border-color css
<style>
span { border-color: #98534C; }
span { border-color: rgb(152,83,76); }
td.TdClassName
{
border-color: #98534C;
}
.TagClassName
{
border-color: #98534C;
}
</style>