Shades of Metallic Copper #733F33
Tints of Metallic Copper #733F33
RGB
CMYK
RGB Variations
Color information
#733F33 (or 0x733F33) is known color: Metallic Copper. HEX triplet: 73, 3F and 33. RGB value is (115,63,51). Sum of RGB (Red+Green+Blue) = 115+63+51=229 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.22% from 229); Green value is 63 (25% from 255 or 27.51% from 229); Blue value is 51 (20.31% from 255 or 22.27% from 229); Max value from RGB is 115 - color contains mainly: red. Hex color #733F33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733F33 is #8CC0CC. Grayscale: #4D4D4D. Windows color (decimal): -9224397 or 3358579. OLE color: 3358579.
HSL color Cylindrical-coordinate representation of color #733F33: hue angle of 11.25º 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 #733F33 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 63 | 51 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.55 |
| HSL | 11.25º | 0.39% | 0.33% | - |
| HSV(B) | 11.25º | 0.56% | 0.45% | - |
| XYZ | 9.45 | 7.44 | 4.07 | - |
| YUV | 77.18 | 113.23 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 63 | 51 | 0 | 0.45 | 0.56 | 0.55 | 11.25 | 0.39 | 0.33 |
| Hex | 73 | 3F | 33 | 0 | 2D | 38 | 37 | B | 27 | 21 |
| Octal | 163 | 77 | 63 | 0 | 55 | 70 | 67 | 13 | 47 | 41 |
| Binary | 1110011 | 111111 | 110011 | 0 | 101101 | 111000 | 110111 | 1011 | 100111 | 100001 |
Color Harmonies of #733F33
Complementary color
Monochromatic Colors of #733F33
Black with #733F33
Text Example
Text Example
White with #733F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733F33; }
p { color: rgb(115,63,51); }
H1.HeaderClassName
{
color: #733F33;
}
.AnyTagClassName
{
color: #733F33;
}
</style>
background-color css
<style>
a { background-color: #733F33; }
a { background-color: rgb(115,63,51); }
div.DivClassName
{
background-color: #733F33;
}
.BgClassName
{
background-color: #733F33;
}
</style>
border-color css
<style>
span { border-color: #733F33; }
span { border-color: rgb(115,63,51); }
td.TdClassName
{
border-color: #733F33;
}
.TagClassName
{
border-color: #733F33;
}
</style>