Shades of Old Copper #745133
Tints of Old Copper #745133
RGB
CMYK
RGB Variations
Color information
#745133 (or 0x745133) is known color: Old Copper. HEX triplet: 74, 51 and 33. RGB value is (116,81,51). Sum of RGB (Red+Green+Blue) = 116+81+51=248 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.77% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 51 (20.31% from 255 or 20.56% from 248); Max value from RGB is 116 - color contains mainly: red. Hex color #745133 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745133 is #8BAECC. Grayscale: #585858. Windows color (decimal): -9154253 or 3363188. OLE color: 3363188.
HSL color Cylindrical-coordinate representation of color #745133: hue angle of 27.69º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #745133 is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 81 | 51 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.55 |
| HSL | 27.69º | 0.39% | 0.33% | - |
| HSV(B) | 27.69º | 0.56% | 0.45% | - |
| XYZ | 10.74 | 9.84 | 4.46 | - |
| YUV | 88.05 | 107.1 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 81 | 51 | 0 | 0.30 | 0.56 | 0.55 | 27.69 | 0.39 | 0.33 |
| Hex | 74 | 51 | 33 | 0 | 1E | 38 | 37 | 1C | 27 | 21 |
| Octal | 164 | 121 | 63 | 0 | 36 | 70 | 67 | 34 | 47 | 41 |
| Binary | 1110100 | 1010001 | 110011 | 0 | 11110 | 111000 | 110111 | 11100 | 100111 | 100001 |
Color Harmonies of #745133
Complementary color
Monochromatic Colors of #745133
Black with #745133
Text Example
Text Example
White with #745133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745133; }
p { color: rgb(116,81,51); }
H1.HeaderClassName
{
color: #745133;
}
.AnyTagClassName
{
color: #745133;
}
</style>
background-color css
<style>
a { background-color: #745133; }
a { background-color: rgb(116,81,51); }
div.DivClassName
{
background-color: #745133;
}
.BgClassName
{
background-color: #745133;
}
</style>
border-color css
<style>
span { border-color: #745133; }
span { border-color: rgb(116,81,51); }
td.TdClassName
{
border-color: #745133;
}
.TagClassName
{
border-color: #745133;
}
</style>