Shades of Copper Canyon #72402E
Tints of Copper Canyon #72402E
RGB
CMYK
RGB Variations
Color information
#72402E (or 0x72402E) is known color: Copper Canyon. HEX triplet: 72, 40 and 2E. RGB value is (114,64,46). Sum of RGB (Red+Green+Blue) = 114+64+46=224 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.89% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 46 (18.36% from 255 or 20.54% from 224); Max value from RGB is 114 - color contains mainly: red. Hex color #72402E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72402E is #8DBFD1. Grayscale: #4D4D4D. Windows color (decimal): -9289682 or 3031154. OLE color: 3031154.
HSL color Cylindrical-coordinate representation of color #72402E: hue angle of 15.88º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #72402E is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 64 | 46 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.55 |
| HSL | 15.88º | 0.43% | 0.31% | - |
| HSV(B) | 15.88º | 0.6% | 0.45% | - |
| XYZ | 9.27 | 7.44 | 3.53 | - |
| YUV | 76.9 | 110.57 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 64 | 46 | 0 | 0.44 | 0.60 | 0.55 | 15.88 | 0.43 | 0.31 |
| Hex | 72 | 40 | 2E | 0 | 2C | 3C | 37 | 10 | 2A | 1F |
| Octal | 162 | 100 | 56 | 0 | 54 | 74 | 67 | 20 | 52 | 37 |
| Binary | 1110010 | 1000000 | 101110 | 0 | 101100 | 111100 | 110111 | 10000 | 101010 | 11111 |
Color Harmonies of #72402E
Complementary color
Monochromatic Colors of #72402E
Black with #72402E
Text Example
Text Example
White with #72402E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72402E; }
p { color: rgb(114,64,46); }
H1.HeaderClassName
{
color: #72402E;
}
.AnyTagClassName
{
color: #72402E;
}
</style>
background-color css
<style>
a { background-color: #72402E; }
a { background-color: rgb(114,64,46); }
div.DivClassName
{
background-color: #72402E;
}
.BgClassName
{
background-color: #72402E;
}
</style>
border-color css
<style>
span { border-color: #72402E; }
span { border-color: rgb(114,64,46); }
td.TdClassName
{
border-color: #72402E;
}
.TagClassName
{
border-color: #72402E;
}
</style>