Shades of Old Copper #724E33
Tints of Old Copper #724E33
RGB
CMYK
RGB Variations
Color information
#724E33 (or 0x724E33) is known color: Old Copper. HEX triplet: 72, 4E and 33. RGB value is (114,78,51). Sum of RGB (Red+Green+Blue) = 114+78+51=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 51 (20.31% from 255 or 20.99% from 243); Max value from RGB is 114 - color contains mainly: red. Hex color #724E33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #724E33 is #8DB1CC. Grayscale: #555555. Windows color (decimal): -9286093 or 3362418. OLE color: 3362418.
HSL color Cylindrical-coordinate representation of color #724E33: hue angle of 25.71º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #724E33 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 78 | 51 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.55 |
| HSL | 25.71º | 0.38% | 0.32% | - |
| HSV(B) | 25.71º | 0.55% | 0.45% | - |
| XYZ | 10.26 | 9.27 | 4.38 | - |
| YUV | 85.69 | 108.43 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 78 | 51 | 0 | 0.32 | 0.55 | 0.55 | 25.71 | 0.38 | 0.32 |
| Hex | 72 | 4E | 33 | 0 | 20 | 37 | 37 | 1A | 26 | 20 |
| Octal | 162 | 116 | 63 | 0 | 40 | 67 | 67 | 32 | 46 | 40 |
| Binary | 1110010 | 1001110 | 110011 | 0 | 100000 | 110111 | 110111 | 11010 | 100110 | 100000 |
Color Harmonies of #724E33
Complementary color
Monochromatic Colors of #724E33
Black with #724E33
Text Example
Text Example
White with #724E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724E33; }
p { color: rgb(114,78,51); }
H1.HeaderClassName
{
color: #724E33;
}
.AnyTagClassName
{
color: #724E33;
}
</style>
background-color css
<style>
a { background-color: #724E33; }
a { background-color: rgb(114,78,51); }
div.DivClassName
{
background-color: #724E33;
}
.BgClassName
{
background-color: #724E33;
}
</style>
border-color css
<style>
span { border-color: #724E33; }
span { border-color: rgb(114,78,51); }
td.TdClassName
{
border-color: #724E33;
}
.TagClassName
{
border-color: #724E33;
}
</style>