Shades of Copper Rust #99534D
Tints of Copper Rust #99534D
RGB
CMYK
RGB Variations
Color information
#99534D (or 0x99534D) is known color: Copper Rust. HEX triplet: 99, 53 and 4D. RGB value is (153,83,77). Sum of RGB (Red+Green+Blue) = 153+83+77=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #99534D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99534D is #66ACB2. Grayscale: #676767. Windows color (decimal): -6728883 or 5067673. OLE color: 5067673.
HSL color Cylindrical-coordinate representation of color #99534D: hue angle of 4.74º 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 #99534D is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 83 | 77 | - |
| CMYK | 0 | 0.46 | 0.50 | 0.4 |
| HSL | 4.74º | 0.33% | 0.45% | - |
| HSV(B) | 4.74º | 0.5% | 0.6% | - |
| XYZ | 17.57 | 13.49 | 8.7 | - |
| YUV | 103.25 | 113.19 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 83 | 77 | 0 | 0.46 | 0.50 | 0.4 | 4.74 | 0.33 | 0.45 |
| Hex | 99 | 53 | 4D | 0 | 2E | 32 | 28 | 5 | 21 | 2D |
| Octal | 231 | 123 | 115 | 0 | 56 | 62 | 50 | 5 | 41 | 55 |
| Binary | 10011001 | 1010011 | 1001101 | 0 | 101110 | 110010 | 101000 | 101 | 100001 | 101101 |
Color Harmonies of #99534D
Complementary color
Monochromatic Colors of #99534D
Black with #99534D
Text Example
Text Example
White with #99534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99534D; }
p { color: rgb(153,83,77); }
H1.HeaderClassName
{
color: #99534D;
}
.AnyTagClassName
{
color: #99534D;
}
</style>
background-color css
<style>
a { background-color: #99534D; }
a { background-color: rgb(153,83,77); }
div.DivClassName
{
background-color: #99534D;
}
.BgClassName
{
background-color: #99534D;
}
</style>
border-color css
<style>
span { border-color: #99534D; }
span { border-color: rgb(153,83,77); }
td.TdClassName
{
border-color: #99534D;
}
.TagClassName
{
border-color: #99534D;
}
</style>