Shades of Metallic Copper #703B36
Tints of Metallic Copper #703B36
RGB
CMYK
RGB Variations
Color information
#703B36 (or 0x703B36) is known color: Metallic Copper. HEX triplet: 70, 3B and 36. RGB value is (112,59,54). Sum of RGB (Red+Green+Blue) = 112+59+54=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 59 (23.44% from 255 or 26.22% from 225); Blue value is 54 (21.48% from 255 or 24% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #703B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703B36 is #8FC4C9. Grayscale: #4A4A4A. Windows color (decimal): -9422026 or 3554160. OLE color: 3554160.
HSL color Cylindrical-coordinate representation of color #703B36: hue angle of 5.17º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #703B36 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 59 | 54 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.56 |
| HSL | 5.17º | 0.35% | 0.33% | - |
| HSV(B) | 5.17º | 0.52% | 0.44% | - |
| XYZ | 8.91 | 6.84 | 4.34 | - |
| YUV | 74.28 | 116.56 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 59 | 54 | 0 | 0.47 | 0.52 | 0.56 | 5.17 | 0.35 | 0.33 |
| Hex | 70 | 3B | 36 | 0 | 2F | 34 | 38 | 5 | 23 | 21 |
| Octal | 160 | 73 | 66 | 0 | 57 | 64 | 70 | 5 | 43 | 41 |
| Binary | 1110000 | 111011 | 110110 | 0 | 101111 | 110100 | 111000 | 101 | 100011 | 100001 |
Color Harmonies of #703B36
Complementary color
Monochromatic Colors of #703B36
Black with #703B36
Text Example
Text Example
White with #703B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703B36; }
p { color: rgb(112,59,54); }
H1.HeaderClassName
{
color: #703B36;
}
.AnyTagClassName
{
color: #703B36;
}
</style>
background-color css
<style>
a { background-color: #703B36; }
a { background-color: rgb(112,59,54); }
div.DivClassName
{
background-color: #703B36;
}
.BgClassName
{
background-color: #703B36;
}
</style>
border-color css
<style>
span { border-color: #703B36; }
span { border-color: rgb(112,59,54); }
td.TdClassName
{
border-color: #703B36;
}
.TagClassName
{
border-color: #703B36;
}
</style>