Shades of Copper Canyon #72422F
Tints of Copper Canyon #72422F
RGB
CMYK
RGB Variations
Color information
#72422F (or 0x72422F) is known color: Copper Canyon. HEX triplet: 72, 42 and 2F. RGB value is (114,66,47). Sum of RGB (Red+Green+Blue) = 114+66+47=227 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50.22% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 47 (18.75% from 255 or 20.70% from 227); Max value from RGB is 114 - color contains mainly: red. Hex color #72422F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72422F is #8DBDD0. Grayscale: #4E4E4E. Windows color (decimal): -9289169 or 3097202. OLE color: 3097202.
HSL color Cylindrical-coordinate representation of color #72422F: hue angle of 17.01º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #72422F is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 66 | 47 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.55 |
| HSL | 17.01º | 0.42% | 0.32% | - |
| HSV(B) | 17.01º | 0.59% | 0.45% | - |
| XYZ | 9.4 | 7.68 | 3.68 | - |
| YUV | 78.19 | 110.4 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 66 | 47 | 0 | 0.42 | 0.59 | 0.55 | 17.01 | 0.42 | 0.32 |
| Hex | 72 | 42 | 2F | 0 | 2A | 3B | 37 | 11 | 2A | 20 |
| Octal | 162 | 102 | 57 | 0 | 52 | 73 | 67 | 21 | 52 | 40 |
| Binary | 1110010 | 1000010 | 101111 | 0 | 101010 | 111011 | 110111 | 10001 | 101010 | 100000 |
Color Harmonies of #72422F
Complementary color
Monochromatic Colors of #72422F
Black with #72422F
Text Example
Text Example
White with #72422F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72422F; }
p { color: rgb(114,66,47); }
H1.HeaderClassName
{
color: #72422F;
}
.AnyTagClassName
{
color: #72422F;
}
</style>
background-color css
<style>
a { background-color: #72422F; }
a { background-color: rgb(114,66,47); }
div.DivClassName
{
background-color: #72422F;
}
.BgClassName
{
background-color: #72422F;
}
</style>
border-color css
<style>
span { border-color: #72422F; }
span { border-color: rgb(114,66,47); }
td.TdClassName
{
border-color: #72422F;
}
.TagClassName
{
border-color: #72422F;
}
</style>