Shades of Copper Canyon #7D3A25
Tints of Copper Canyon #7D3A25
RGB
CMYK
RGB Variations
Color information
#7D3A25 (or 0x7D3A25) is known color: Copper Canyon. HEX triplet: 7D, 3A and 25. RGB value is (125,58,37). Sum of RGB (Red+Green+Blue) = 125+58+37=220 (29% of max value = 765). Red value is 125 (49.22% from 255 or 56.82% from 220); Green value is 58 (23.05% from 255 or 26.36% from 220); Blue value is 37 (14.84% from 255 or 16.82% from 220); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3A25 is #82C5DA. Grayscale: #4B4B4B. Windows color (decimal): -8570331 or 2439805. OLE color: 2439805.
HSL color Cylindrical-coordinate representation of color #7D3A25: hue angle of 14.32º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D3A25 is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 58 | 37 | - |
| CMYK | 0 | 0.54 | 0.70 | 0.51 |
| HSL | 14.32º | 0.54% | 0.32% | - |
| HSV(B) | 14.32º | 0.7% | 0.49% | - |
| XYZ | 10.3 | 7.52 | 2.66 | - |
| YUV | 75.64 | 106.2 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 58 | 37 | 0 | 0.54 | 0.70 | 0.51 | 14.32 | 0.54 | 0.32 |
| Hex | 7D | 3A | 25 | 0 | 36 | 46 | 33 | E | 36 | 20 |
| Octal | 175 | 72 | 45 | 0 | 66 | 106 | 63 | 16 | 66 | 40 |
| Binary | 1111101 | 111010 | 100101 | 0 | 110110 | 1000110 | 110011 | 1110 | 110110 | 100000 |
Color Harmonies of #7D3A25
Complementary color
Monochromatic Colors of #7D3A25
Black with #7D3A25
Text Example
Text Example
White with #7D3A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3A25; }
p { color: rgb(125,58,37); }
H1.HeaderClassName
{
color: #7D3A25;
}
.AnyTagClassName
{
color: #7D3A25;
}
</style>
background-color css
<style>
a { background-color: #7D3A25; }
a { background-color: rgb(125,58,37); }
div.DivClassName
{
background-color: #7D3A25;
}
.BgClassName
{
background-color: #7D3A25;
}
</style>
border-color css
<style>
span { border-color: #7D3A25; }
span { border-color: rgb(125,58,37); }
td.TdClassName
{
border-color: #7D3A25;
}
.TagClassName
{
border-color: #7D3A25;
}
</style>