Shades of Copper Rust #99514C
Tints of Copper Rust #99514C
RGB
CMYK
RGB Variations
Color information
#99514C (or 0x99514C) is known color: Copper Rust. HEX triplet: 99, 51 and 4C. RGB value is (153,81,76). Sum of RGB (Red+Green+Blue) = 153+81+76=310 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.35% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 76 (30.08% from 255 or 24.52% from 310); Max value from RGB is 153 - color contains mainly: red. Hex color #99514C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99514C is #66AEB3. Grayscale: #666666. Windows color (decimal): -6729396 or 5001625. OLE color: 5001625.
HSL color Cylindrical-coordinate representation of color #99514C: hue angle of 3.9º degrees, saturation: 0.34, 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 #99514C is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 81 | 76 | - |
| CMYK | 0 | 0.47 | 0.50 | 0.4 |
| HSL | 3.9º | 0.34% | 0.45% | - |
| HSV(B) | 3.9º | 0.5% | 0.6% | - |
| XYZ | 17.38 | 13.18 | 8.47 | - |
| YUV | 101.96 | 113.35 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 81 | 76 | 0 | 0.47 | 0.50 | 0.4 | 3.9 | 0.34 | 0.45 |
| Hex | 99 | 51 | 4C | 0 | 2F | 32 | 28 | 4 | 22 | 2D |
| Octal | 231 | 121 | 114 | 0 | 57 | 62 | 50 | 4 | 42 | 55 |
| Binary | 10011001 | 1010001 | 1001100 | 0 | 101111 | 110010 | 101000 | 100 | 100010 | 101101 |
Color Harmonies of #99514C
Complementary color
Monochromatic Colors of #99514C
Black with #99514C
Text Example
Text Example
White with #99514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99514C; }
p { color: rgb(153,81,76); }
H1.HeaderClassName
{
color: #99514C;
}
.AnyTagClassName
{
color: #99514C;
}
</style>
background-color css
<style>
a { background-color: #99514C; }
a { background-color: rgb(153,81,76); }
div.DivClassName
{
background-color: #99514C;
}
.BgClassName
{
background-color: #99514C;
}
</style>
border-color css
<style>
span { border-color: #99514C; }
span { border-color: rgb(153,81,76); }
td.TdClassName
{
border-color: #99514C;
}
.TagClassName
{
border-color: #99514C;
}
</style>