Shades of Copper Canyon #74402F
Tints of Copper Canyon #74402F
RGB
CMYK
RGB Variations
Color information
#74402F (or 0x74402F) is known color: Copper Canyon. HEX triplet: 74, 40 and 2F. RGB value is (116,64,47). Sum of RGB (Red+Green+Blue) = 116+64+47=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 47 (18.75% from 255 or 20.70% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #74402F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74402F is #8BBFD0. Grayscale: #4D4D4D. Windows color (decimal): -9158609 or 3096692. OLE color: 3096692.
HSL color Cylindrical-coordinate representation of color #74402F: hue angle of 14.78º 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 #74402F is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 64 | 47 | - |
| CMYK | 0 | 0.45 | 0.59 | 0.55 |
| HSL | 14.78º | 0.42% | 0.32% | - |
| HSV(B) | 14.78º | 0.59% | 0.45% | - |
| XYZ | 9.55 | 7.59 | 3.65 | - |
| YUV | 77.61 | 110.73 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 64 | 47 | 0 | 0.45 | 0.59 | 0.55 | 14.78 | 0.42 | 0.32 |
| Hex | 74 | 40 | 2F | 0 | 2D | 3B | 37 | F | 2A | 20 |
| Octal | 164 | 100 | 57 | 0 | 55 | 73 | 67 | 17 | 52 | 40 |
| Binary | 1110100 | 1000000 | 101111 | 0 | 101101 | 111011 | 110111 | 1111 | 101010 | 100000 |
Color Harmonies of #74402F
Complementary color
Monochromatic Colors of #74402F
Black with #74402F
Text Example
Text Example
White with #74402F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74402F; }
p { color: rgb(116,64,47); }
H1.HeaderClassName
{
color: #74402F;
}
.AnyTagClassName
{
color: #74402F;
}
</style>
background-color css
<style>
a { background-color: #74402F; }
a { background-color: rgb(116,64,47); }
div.DivClassName
{
background-color: #74402F;
}
.BgClassName
{
background-color: #74402F;
}
</style>
border-color css
<style>
span { border-color: #74402F; }
span { border-color: rgb(116,64,47); }
td.TdClassName
{
border-color: #74402F;
}
.TagClassName
{
border-color: #74402F;
}
</style>