Shades of Copper Canyon #73402F
Tints of Copper Canyon #73402F
RGB
CMYK
RGB Variations
Color information
#73402F (or 0x73402F) is known color: Copper Canyon. HEX triplet: 73, 40 and 2F. RGB value is (115,64,47). Sum of RGB (Red+Green+Blue) = 115+64+47=226 (29% of max value = 765). Red value is 115 (45.31% from 255 or 50.88% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 47 (18.75% from 255 or 20.80% from 226); Max value from RGB is 115 - color contains mainly: red. Hex color #73402F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73402F is #8CBFD0. Grayscale: #4D4D4D. Windows color (decimal): -9224145 or 3096691. OLE color: 3096691.
HSL color Cylindrical-coordinate representation of color #73402F: hue angle of 15º 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 #73402F is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 64 | 47 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.55 |
| HSL | 15º | 0.42% | 0.32% | - |
| HSV(B) | 15º | 0.59% | 0.45% | - |
| XYZ | 9.42 | 7.52 | 3.64 | - |
| YUV | 77.31 | 110.9 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 64 | 47 | 0 | 0.44 | 0.59 | 0.55 | 15 | 0.42 | 0.32 |
| Hex | 73 | 40 | 2F | 0 | 2C | 3B | 37 | F | 2A | 20 |
| Octal | 163 | 100 | 57 | 0 | 54 | 73 | 67 | 17 | 52 | 40 |
| Binary | 1110011 | 1000000 | 101111 | 0 | 101100 | 111011 | 110111 | 1111 | 101010 | 100000 |
Color Harmonies of #73402F
Complementary color
Monochromatic Colors of #73402F
Black with #73402F
Text Example
Text Example
White with #73402F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73402F; }
p { color: rgb(115,64,47); }
H1.HeaderClassName
{
color: #73402F;
}
.AnyTagClassName
{
color: #73402F;
}
</style>
background-color css
<style>
a { background-color: #73402F; }
a { background-color: rgb(115,64,47); }
div.DivClassName
{
background-color: #73402F;
}
.BgClassName
{
background-color: #73402F;
}
</style>
border-color css
<style>
span { border-color: #73402F; }
span { border-color: rgb(115,64,47); }
td.TdClassName
{
border-color: #73402F;
}
.TagClassName
{
border-color: #73402F;
}
</style>