Shades of Copper Canyon #72402D
Tints of Copper Canyon #72402D
RGB
CMYK
RGB Variations
Color information
#72402D (or 0x72402D) is known color: Copper Canyon. HEX triplet: 72, 40 and 2D. RGB value is (114,64,45). Sum of RGB (Red+Green+Blue) = 114+64+45=223 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.12% from 223); Green value is 64 (25.39% from 255 or 28.70% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 114 - color contains mainly: red. Hex color #72402D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72402D is #8DBFD2. Grayscale: #4C4C4C. Windows color (decimal): -9289683 or 2965618. OLE color: 2965618.
HSL color Cylindrical-coordinate representation of color #72402D: hue angle of 16.52º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #72402D is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 64 | 45 | - |
| CMYK | 0 | 0.44 | 0.61 | 0.55 |
| HSL | 16.52º | 0.43% | 0.31% | - |
| HSV(B) | 16.52º | 0.61% | 0.45% | - |
| XYZ | 9.25 | 7.43 | 3.43 | - |
| YUV | 76.78 | 110.07 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 64 | 45 | 0 | 0.44 | 0.61 | 0.55 | 16.52 | 0.43 | 0.31 |
| Hex | 72 | 40 | 2D | 0 | 2C | 3D | 37 | 11 | 2B | 1F |
| Octal | 162 | 100 | 55 | 0 | 54 | 75 | 67 | 21 | 53 | 37 |
| Binary | 1110010 | 1000000 | 101101 | 0 | 101100 | 111101 | 110111 | 10001 | 101011 | 11111 |
Color Harmonies of #72402D
Complementary color
Monochromatic Colors of #72402D
Black with #72402D
Text Example
Text Example
White with #72402D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72402D; }
p { color: rgb(114,64,45); }
H1.HeaderClassName
{
color: #72402D;
}
.AnyTagClassName
{
color: #72402D;
}
</style>
background-color css
<style>
a { background-color: #72402D; }
a { background-color: rgb(114,64,45); }
div.DivClassName
{
background-color: #72402D;
}
.BgClassName
{
background-color: #72402D;
}
</style>
border-color css
<style>
span { border-color: #72402D; }
span { border-color: rgb(114,64,45); }
td.TdClassName
{
border-color: #72402D;
}
.TagClassName
{
border-color: #72402D;
}
</style>