Shades of Copper Canyon #72412D
Tints of Copper Canyon #72412D
RGB
CMYK
RGB Variations
Color information
#72412D (or 0x72412D) is known color: Copper Canyon. HEX triplet: 72, 41 and 2D. RGB value is (114,65,45). Sum of RGB (Red+Green+Blue) = 114+65+45=224 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.89% from 224); Green value is 65 (25.78% from 255 or 29.02% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 114 - color contains mainly: red. Hex color #72412D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72412D is #8DBED2. Grayscale: #4D4D4D. Windows color (decimal): -9289427 or 2965874. OLE color: 2965874.
HSL color Cylindrical-coordinate representation of color #72412D: hue angle of 17.39º 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 #72412D is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 65 | 45 | - |
| CMYK | 0 | 0.43 | 0.61 | 0.55 |
| HSL | 17.39º | 0.43% | 0.31% | - |
| HSV(B) | 17.39º | 0.61% | 0.45% | - |
| XYZ | 9.3 | 7.55 | 3.45 | - |
| YUV | 77.37 | 109.73 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 65 | 45 | 0 | 0.43 | 0.61 | 0.55 | 17.39 | 0.43 | 0.31 |
| Hex | 72 | 41 | 2D | 0 | 2B | 3D | 37 | 11 | 2B | 1F |
| Octal | 162 | 101 | 55 | 0 | 53 | 75 | 67 | 21 | 53 | 37 |
| Binary | 1110010 | 1000001 | 101101 | 0 | 101011 | 111101 | 110111 | 10001 | 101011 | 11111 |
Color Harmonies of #72412D
Complementary color
Monochromatic Colors of #72412D
Black with #72412D
Text Example
Text Example
White with #72412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72412D; }
p { color: rgb(114,65,45); }
H1.HeaderClassName
{
color: #72412D;
}
.AnyTagClassName
{
color: #72412D;
}
</style>
background-color css
<style>
a { background-color: #72412D; }
a { background-color: rgb(114,65,45); }
div.DivClassName
{
background-color: #72412D;
}
.BgClassName
{
background-color: #72412D;
}
</style>
border-color css
<style>
span { border-color: #72412D; }
span { border-color: rgb(114,65,45); }
td.TdClassName
{
border-color: #72412D;
}
.TagClassName
{
border-color: #72412D;
}
</style>