Shades of Copper Canyon #74402B
Tints of Copper Canyon #74402B
RGB
CMYK
RGB Variations
Color information
#74402B (or 0x74402B) is known color: Copper Canyon. HEX triplet: 74, 40 and 2B. RGB value is (116,64,43). Sum of RGB (Red+Green+Blue) = 116+64+43=223 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.02% from 223); Green value is 64 (25.39% from 255 or 28.70% from 223); Blue value is 43 (17.19% from 255 or 19.28% from 223); Max value from RGB is 116 - color contains mainly: red. Hex color #74402B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74402B is #8BBFD4. Grayscale: #4D4D4D. Windows color (decimal): -9158613 or 2834548. OLE color: 2834548.
HSL color Cylindrical-coordinate representation of color #74402B: hue angle of 17.26º 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 #74402B is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 64 | 43 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.55 |
| HSL | 17.26º | 0.46% | 0.31% | - |
| HSV(B) | 17.26º | 0.63% | 0.45% | - |
| XYZ | 9.47 | 7.55 | 3.24 | - |
| YUV | 77.15 | 108.73 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 64 | 43 | 0 | 0.45 | 0.63 | 0.55 | 17.26 | 0.46 | 0.31 |
| Hex | 74 | 40 | 2B | 0 | 2D | 3F | 37 | 11 | 2E | 1F |
| Octal | 164 | 100 | 53 | 0 | 55 | 77 | 67 | 21 | 56 | 37 |
| Binary | 1110100 | 1000000 | 101011 | 0 | 101101 | 111111 | 110111 | 10001 | 101110 | 11111 |
Color Harmonies of #74402B
Complementary color
Monochromatic Colors of #74402B
Black with #74402B
Text Example
Text Example
White with #74402B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74402B; }
p { color: rgb(116,64,43); }
H1.HeaderClassName
{
color: #74402B;
}
.AnyTagClassName
{
color: #74402B;
}
</style>
background-color css
<style>
a { background-color: #74402B; }
a { background-color: rgb(116,64,43); }
div.DivClassName
{
background-color: #74402B;
}
.BgClassName
{
background-color: #74402B;
}
</style>
border-color css
<style>
span { border-color: #74402B; }
span { border-color: rgb(116,64,43); }
td.TdClassName
{
border-color: #74402B;
}
.TagClassName
{
border-color: #74402B;
}
</style>