Shades of Copper Canyon #73412B
Tints of Copper Canyon #73412B
RGB
CMYK
RGB Variations
Color information
#73412B (or 0x73412B) is known color: Copper Canyon. HEX triplet: 73, 41 and 2B. RGB value is (115,65,43). Sum of RGB (Red+Green+Blue) = 115+65+43=223 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.57% from 223); Green value is 65 (25.78% from 255 or 29.15% from 223); Blue value is 43 (17.19% from 255 or 19.28% from 223); Max value from RGB is 115 - color contains mainly: red. Hex color #73412B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73412B is #8CBED4. Grayscale: #4D4D4D. Windows color (decimal): -9223893 or 2834803. OLE color: 2834803.
HSL color Cylindrical-coordinate representation of color #73412B: hue angle of 18.33º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #73412B is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 65 | 43 | - |
| CMYK | 0 | 0.43 | 0.63 | 0.55 |
| HSL | 18.33º | 0.46% | 0.31% | - |
| HSV(B) | 18.33º | 0.63% | 0.45% | - |
| XYZ | 9.4 | 7.6 | 3.26 | - |
| YUV | 77.44 | 108.57 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 65 | 43 | 0 | 0.43 | 0.63 | 0.55 | 18.33 | 0.46 | 0.31 |
| Hex | 73 | 41 | 2B | 0 | 2B | 3F | 37 | 12 | 2E | 1F |
| Octal | 163 | 101 | 53 | 0 | 53 | 77 | 67 | 22 | 56 | 37 |
| Binary | 1110011 | 1000001 | 101011 | 0 | 101011 | 111111 | 110111 | 10010 | 101110 | 11111 |
Color Harmonies of #73412B
Complementary color
Monochromatic Colors of #73412B
Black with #73412B
Text Example
Text Example
White with #73412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73412B; }
p { color: rgb(115,65,43); }
H1.HeaderClassName
{
color: #73412B;
}
.AnyTagClassName
{
color: #73412B;
}
</style>
background-color css
<style>
a { background-color: #73412B; }
a { background-color: rgb(115,65,43); }
div.DivClassName
{
background-color: #73412B;
}
.BgClassName
{
background-color: #73412B;
}
</style>
border-color css
<style>
span { border-color: #73412B; }
span { border-color: rgb(115,65,43); }
td.TdClassName
{
border-color: #73412B;
}
.TagClassName
{
border-color: #73412B;
}
</style>