Shades of Copper Canyon #74402E
Tints of Copper Canyon #74402E
RGB
CMYK
RGB Variations
Color information
#74402E (or 0x74402E) is known color: Copper Canyon. HEX triplet: 74, 40 and 2E. RGB value is (116,64,46). Sum of RGB (Red+Green+Blue) = 116+64+46=226 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.33% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 46 (18.36% from 255 or 20.35% from 226); Max value from RGB is 116 - color contains mainly: red. Hex color #74402E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74402E is #8BBFD1. Grayscale: #4D4D4D. Windows color (decimal): -9158610 or 3031156. OLE color: 3031156.
HSL color Cylindrical-coordinate representation of color #74402E: hue angle of 15.43º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #74402E is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 64 | 46 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.55 |
| HSL | 15.43º | 0.43% | 0.32% | - |
| HSV(B) | 15.43º | 0.6% | 0.45% | - |
| XYZ | 9.53 | 7.58 | 3.55 | - |
| YUV | 77.5 | 110.23 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 64 | 46 | 0 | 0.45 | 0.60 | 0.55 | 15.43 | 0.43 | 0.32 |
| Hex | 74 | 40 | 2E | 0 | 2D | 3C | 37 | F | 2B | 20 |
| Octal | 164 | 100 | 56 | 0 | 55 | 74 | 67 | 17 | 53 | 40 |
| Binary | 1110100 | 1000000 | 101110 | 0 | 101101 | 111100 | 110111 | 1111 | 101011 | 100000 |
Color Harmonies of #74402E
Complementary color
Monochromatic Colors of #74402E
Black with #74402E
Text Example
Text Example
White with #74402E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74402E; }
p { color: rgb(116,64,46); }
H1.HeaderClassName
{
color: #74402E;
}
.AnyTagClassName
{
color: #74402E;
}
</style>
background-color css
<style>
a { background-color: #74402E; }
a { background-color: rgb(116,64,46); }
div.DivClassName
{
background-color: #74402E;
}
.BgClassName
{
background-color: #74402E;
}
</style>
border-color css
<style>
span { border-color: #74402E; }
span { border-color: rgb(116,64,46); }
td.TdClassName
{
border-color: #74402E;
}
.TagClassName
{
border-color: #74402E;
}
</style>