Shades of Copper Canyon #72402C
Tints of Copper Canyon #72402C
RGB
CMYK
RGB Variations
Color information
#72402C (or 0x72402C) is known color: Copper Canyon. HEX triplet: 72, 40 and 2C. RGB value is (114,64,44). Sum of RGB (Red+Green+Blue) = 114+64+44=222 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.35% from 222); Green value is 64 (25.39% from 255 or 28.83% from 222); Blue value is 44 (17.58% from 255 or 19.82% from 222); Max value from RGB is 114 - color contains mainly: red. Hex color #72402C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72402C is #8DBFD3. Grayscale: #4C4C4C. Windows color (decimal): -9289684 or 2900082. OLE color: 2900082.
HSL color Cylindrical-coordinate representation of color #72402C: hue angle of 17.14º degrees, saturation: 0.44, 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 #72402C is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 64 | 44 | - |
| CMYK | 0 | 0.44 | 0.61 | 0.55 |
| HSL | 17.14º | 0.44% | 0.31% | - |
| HSV(B) | 17.14º | 0.61% | 0.45% | - |
| XYZ | 9.23 | 7.43 | 3.33 | - |
| YUV | 76.67 | 109.57 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 64 | 44 | 0 | 0.44 | 0.61 | 0.55 | 17.14 | 0.44 | 0.31 |
| Hex | 72 | 40 | 2C | 0 | 2C | 3D | 37 | 11 | 2C | 1F |
| Octal | 162 | 100 | 54 | 0 | 54 | 75 | 67 | 21 | 54 | 37 |
| Binary | 1110010 | 1000000 | 101100 | 0 | 101100 | 111101 | 110111 | 10001 | 101100 | 11111 |
Color Harmonies of #72402C
Complementary color
Monochromatic Colors of #72402C
Black with #72402C
Text Example
Text Example
White with #72402C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72402C; }
p { color: rgb(114,64,44); }
H1.HeaderClassName
{
color: #72402C;
}
.AnyTagClassName
{
color: #72402C;
}
</style>
background-color css
<style>
a { background-color: #72402C; }
a { background-color: rgb(114,64,44); }
div.DivClassName
{
background-color: #72402C;
}
.BgClassName
{
background-color: #72402C;
}
</style>
border-color css
<style>
span { border-color: #72402C; }
span { border-color: rgb(114,64,44); }
td.TdClassName
{
border-color: #72402C;
}
.TagClassName
{
border-color: #72402C;
}
</style>