Shades of Metallic Copper #733F32
Tints of Metallic Copper #733F32
RGB
CMYK
RGB Variations
Color information
#733F32 (or 0x733F32) is known color: Metallic Copper. HEX triplet: 73, 3F and 32. RGB value is (115,63,50). Sum of RGB (Red+Green+Blue) = 115+63+50=228 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.44% from 228); Green value is 63 (25% from 255 or 27.63% from 228); Blue value is 50 (19.92% from 255 or 21.93% from 228); Max value from RGB is 115 - color contains mainly: red. Hex color #733F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733F32 is #8CC0CD. Grayscale: #4D4D4D. Windows color (decimal): -9224398 or 3293043. OLE color: 3293043.
HSL color Cylindrical-coordinate representation of color #733F32: hue angle of 12º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #733F32 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 63 | 50 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.55 |
| HSL | 12º | 0.39% | 0.32% | - |
| HSV(B) | 12º | 0.57% | 0.45% | - |
| XYZ | 9.42 | 7.43 | 3.96 | - |
| YUV | 77.07 | 112.73 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 63 | 50 | 0 | 0.45 | 0.57 | 0.55 | 12 | 0.39 | 0.32 |
| Hex | 73 | 3F | 32 | 0 | 2D | 39 | 37 | C | 27 | 20 |
| Octal | 163 | 77 | 62 | 0 | 55 | 71 | 67 | 14 | 47 | 40 |
| Binary | 1110011 | 111111 | 110010 | 0 | 101101 | 111001 | 110111 | 1100 | 100111 | 100000 |
Color Harmonies of #733F32
Complementary color
Monochromatic Colors of #733F32
Black with #733F32
Text Example
Text Example
White with #733F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733F32; }
p { color: rgb(115,63,50); }
H1.HeaderClassName
{
color: #733F32;
}
.AnyTagClassName
{
color: #733F32;
}
</style>
background-color css
<style>
a { background-color: #733F32; }
a { background-color: rgb(115,63,50); }
div.DivClassName
{
background-color: #733F32;
}
.BgClassName
{
background-color: #733F32;
}
</style>
border-color css
<style>
span { border-color: #733F32; }
span { border-color: rgb(115,63,50); }
td.TdClassName
{
border-color: #733F32;
}
.TagClassName
{
border-color: #733F32;
}
</style>