Shades of Copper Canyon #7D3E23
Tints of Copper Canyon #7D3E23
RGB
CMYK
RGB Variations
Color information
#7D3E23 (or 0x7D3E23) is known color: Copper Canyon. HEX triplet: 7D, 3E and 23. RGB value is (125,62,35). Sum of RGB (Red+Green+Blue) = 125+62+35=222 (29% of max value = 765). Red value is 125 (49.22% from 255 or 56.31% from 222); Green value is 62 (24.61% from 255 or 27.93% from 222); Blue value is 35 (14.06% from 255 or 15.77% from 222); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3E23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3E23 is #82C1DC. Grayscale: #4D4D4D. Windows color (decimal): -8569309 or 2309757. OLE color: 2309757.
HSL color Cylindrical-coordinate representation of color #7D3E23: hue angle of 18º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7D3E23 is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 62 | 35 | - |
| CMYK | 0 | 0.50 | 0.72 | 0.51 |
| HSL | 18º | 0.56% | 0.31% | - |
| HSV(B) | 18º | 0.72% | 0.49% | - |
| XYZ | 10.48 | 7.93 | 2.57 | - |
| YUV | 77.76 | 103.87 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 62 | 35 | 0 | 0.50 | 0.72 | 0.51 | 18 | 0.56 | 0.31 |
| Hex | 7D | 3E | 23 | 0 | 32 | 48 | 33 | 12 | 38 | 1F |
| Octal | 175 | 76 | 43 | 0 | 62 | 110 | 63 | 22 | 70 | 37 |
| Binary | 1111101 | 111110 | 100011 | 0 | 110010 | 1001000 | 110011 | 10010 | 111000 | 11111 |
Color Harmonies of #7D3E23
Complementary color
Monochromatic Colors of #7D3E23
Black with #7D3E23
Text Example
Text Example
White with #7D3E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3E23; }
p { color: rgb(125,62,35); }
H1.HeaderClassName
{
color: #7D3E23;
}
.AnyTagClassName
{
color: #7D3E23;
}
</style>
background-color css
<style>
a { background-color: #7D3E23; }
a { background-color: rgb(125,62,35); }
div.DivClassName
{
background-color: #7D3E23;
}
.BgClassName
{
background-color: #7D3E23;
}
</style>
border-color css
<style>
span { border-color: #7D3E23; }
span { border-color: rgb(125,62,35); }
td.TdClassName
{
border-color: #7D3E23;
}
.TagClassName
{
border-color: #7D3E23;
}
</style>