Shades of Copper Canyon #753F28
Tints of Copper Canyon #753F28
RGB
CMYK
RGB Variations
Color information
#753F28 (or 0x753F28) is known color: Copper Canyon. HEX triplet: 75, 3F and 28. RGB value is (117,63,40). Sum of RGB (Red+Green+Blue) = 117+63+40=220 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.18% from 220); Green value is 63 (25% from 255 or 28.64% from 220); Blue value is 40 (16.02% from 255 or 18.18% from 220); Max value from RGB is 117 - color contains mainly: red. Hex color #753F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753F28 is #8AC0D7. Grayscale: #4C4C4C. Windows color (decimal): -9093336 or 2637685. OLE color: 2637685.
HSL color Cylindrical-coordinate representation of color #753F28: hue angle of 17.92º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #753F28 is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 63 | 40 | - |
| CMYK | 0 | 0.46 | 0.66 | 0.54 |
| HSL | 17.92º | 0.49% | 0.31% | - |
| HSV(B) | 17.92º | 0.66% | 0.46% | - |
| XYZ | 9.5 | 7.49 | 2.95 | - |
| YUV | 76.52 | 107.39 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 63 | 40 | 0 | 0.46 | 0.66 | 0.54 | 17.92 | 0.49 | 0.31 |
| Hex | 75 | 3F | 28 | 0 | 2E | 42 | 36 | 12 | 31 | 1F |
| Octal | 165 | 77 | 50 | 0 | 56 | 102 | 66 | 22 | 61 | 37 |
| Binary | 1110101 | 111111 | 101000 | 0 | 101110 | 1000010 | 110110 | 10010 | 110001 | 11111 |
Color Harmonies of #753F28
Complementary color
Monochromatic Colors of #753F28
Black with #753F28
Text Example
Text Example
White with #753F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753F28; }
p { color: rgb(117,63,40); }
H1.HeaderClassName
{
color: #753F28;
}
.AnyTagClassName
{
color: #753F28;
}
</style>
background-color css
<style>
a { background-color: #753F28; }
a { background-color: rgb(117,63,40); }
div.DivClassName
{
background-color: #753F28;
}
.BgClassName
{
background-color: #753F28;
}
</style>
border-color css
<style>
span { border-color: #753F28; }
span { border-color: rgb(117,63,40); }
td.TdClassName
{
border-color: #753F28;
}
.TagClassName
{
border-color: #753F28;
}
</style>