Shades of Copper Canyon #7D3824
Tints of Copper Canyon #7D3824
RGB
CMYK
RGB Variations
Color information
#7D3824 (or 0x7D3824) is known color: Copper Canyon. HEX triplet: 7D, 38 and 24. RGB value is (125,56,36). Sum of RGB (Red+Green+Blue) = 125+56+36=217 (28% of max value = 765). Red value is 125 (49.22% from 255 or 57.60% from 217); Green value is 56 (22.27% from 255 or 25.81% from 217); Blue value is 36 (14.45% from 255 or 16.59% from 217); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3824 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3824 is #82C7DB. Grayscale: #4A4A4A. Windows color (decimal): -8570844 or 2373757. OLE color: 2373757.
HSL color Cylindrical-coordinate representation of color #7D3824: hue angle of 13.48º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7D3824 is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 56 | 36 | - |
| CMYK | 0 | 0.55 | 0.71 | 0.51 |
| HSL | 13.48º | 0.55% | 0.32% | - |
| HSV(B) | 13.48º | 0.71% | 0.49% | - |
| XYZ | 10.19 | 7.32 | 2.54 | - |
| YUV | 74.35 | 106.36 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 56 | 36 | 0 | 0.55 | 0.71 | 0.51 | 13.48 | 0.55 | 0.32 |
| Hex | 7D | 38 | 24 | 0 | 37 | 47 | 33 | D | 37 | 20 |
| Octal | 175 | 70 | 44 | 0 | 67 | 107 | 63 | 15 | 67 | 40 |
| Binary | 1111101 | 111000 | 100100 | 0 | 110111 | 1000111 | 110011 | 1101 | 110111 | 100000 |
Color Harmonies of #7D3824
Complementary color
Monochromatic Colors of #7D3824
Black with #7D3824
Text Example
Text Example
White with #7D3824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3824; }
p { color: rgb(125,56,36); }
H1.HeaderClassName
{
color: #7D3824;
}
.AnyTagClassName
{
color: #7D3824;
}
</style>
background-color css
<style>
a { background-color: #7D3824; }
a { background-color: rgb(125,56,36); }
div.DivClassName
{
background-color: #7D3824;
}
.BgClassName
{
background-color: #7D3824;
}
</style>
border-color css
<style>
span { border-color: #7D3824; }
span { border-color: rgb(125,56,36); }
td.TdClassName
{
border-color: #7D3824;
}
.TagClassName
{
border-color: #7D3824;
}
</style>