Shades of Copper Canyon #73402B
Tints of Copper Canyon #73402B
RGB
CMYK
RGB Variations
Color information
#73402B (or 0x73402B) is known color: Copper Canyon. HEX triplet: 73, 40 and 2B. RGB value is (115,64,43). Sum of RGB (Red+Green+Blue) = 115+64+43=222 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.80% from 222); Green value is 64 (25.39% from 255 or 28.83% from 222); Blue value is 43 (17.19% from 255 or 19.37% from 222); Max value from RGB is 115 - color contains mainly: red. Hex color #73402B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73402B is #8CBFD4. Grayscale: #4C4C4C. Windows color (decimal): -9224149 or 2834547. OLE color: 2834547.
HSL color Cylindrical-coordinate representation of color #73402B: hue angle of 17.5º 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 #73402B is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 64 | 43 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.55 |
| HSL | 17.5º | 0.46% | 0.31% | - |
| HSV(B) | 17.5º | 0.63% | 0.45% | - |
| XYZ | 9.34 | 7.49 | 3.24 | - |
| YUV | 76.86 | 108.9 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 64 | 43 | 0 | 0.44 | 0.63 | 0.55 | 17.5 | 0.46 | 0.31 |
| Hex | 73 | 40 | 2B | 0 | 2C | 3F | 37 | 12 | 2E | 1F |
| Octal | 163 | 100 | 53 | 0 | 54 | 77 | 67 | 22 | 56 | 37 |
| Binary | 1110011 | 1000000 | 101011 | 0 | 101100 | 111111 | 110111 | 10010 | 101110 | 11111 |
Color Harmonies of #73402B
Complementary color
Monochromatic Colors of #73402B
Black with #73402B
Text Example
Text Example
White with #73402B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73402B; }
p { color: rgb(115,64,43); }
H1.HeaderClassName
{
color: #73402B;
}
.AnyTagClassName
{
color: #73402B;
}
</style>
background-color css
<style>
a { background-color: #73402B; }
a { background-color: rgb(115,64,43); }
div.DivClassName
{
background-color: #73402B;
}
.BgClassName
{
background-color: #73402B;
}
</style>
border-color css
<style>
span { border-color: #73402B; }
span { border-color: rgb(115,64,43); }
td.TdClassName
{
border-color: #73402B;
}
.TagClassName
{
border-color: #73402B;
}
</style>