Shades of Old Copper #744A38
Tints of Old Copper #744A38
RGB
CMYK
RGB Variations
Color information
#744A38 (or 0x744A38) is known color: Old Copper. HEX triplet: 74, 4A and 38. RGB value is (116,74,56). Sum of RGB (Red+Green+Blue) = 116+74+56=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 74 (29.30% from 255 or 30.08% from 246); Blue value is 56 (22.27% from 255 or 22.76% from 246); Max value from RGB is 116 - color contains mainly: red. Hex color #744A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744A38 is #8BB5C7. Grayscale: #545454. Windows color (decimal): -9156040 or 3689076. OLE color: 3689076.
HSL color Cylindrical-coordinate representation of color #744A38: hue angle of 18º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #744A38 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 74 | 56 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.55 |
| HSL | 18º | 0.35% | 0.34% | - |
| HSV(B) | 18º | 0.52% | 0.45% | - |
| XYZ | 10.37 | 8.9 | 4.91 | - |
| YUV | 84.51 | 111.91 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 74 | 56 | 0 | 0.36 | 0.52 | 0.55 | 18 | 0.35 | 0.34 |
| Hex | 74 | 4A | 38 | 0 | 24 | 34 | 37 | 12 | 23 | 22 |
| Octal | 164 | 112 | 70 | 0 | 44 | 64 | 67 | 22 | 43 | 42 |
| Binary | 1110100 | 1001010 | 111000 | 0 | 100100 | 110100 | 110111 | 10010 | 100011 | 100010 |
Color Harmonies of #744A38
Complementary color
Monochromatic Colors of #744A38
Black with #744A38
Text Example
Text Example
White with #744A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744A38; }
p { color: rgb(116,74,56); }
H1.HeaderClassName
{
color: #744A38;
}
.AnyTagClassName
{
color: #744A38;
}
</style>
background-color css
<style>
a { background-color: #744A38; }
a { background-color: rgb(116,74,56); }
div.DivClassName
{
background-color: #744A38;
}
.BgClassName
{
background-color: #744A38;
}
</style>
border-color css
<style>
span { border-color: #744A38; }
span { border-color: rgb(116,74,56); }
td.TdClassName
{
border-color: #744A38;
}
.TagClassName
{
border-color: #744A38;
}
</style>