Shades of Copper Canyon #753A28
Tints of Copper Canyon #753A28
RGB
CMYK
RGB Variations
Color information
#753A28 (or 0x753A28) is known color: Copper Canyon. HEX triplet: 75, 3A and 28. RGB value is (117,58,40). Sum of RGB (Red+Green+Blue) = 117+58+40=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 58 (23.05% from 255 or 26.98% from 215); Blue value is 40 (16.02% from 255 or 18.60% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #753A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753A28 is #8AC5D7. Grayscale: #494949. Windows color (decimal): -9094616 or 2636405. OLE color: 2636405.
HSL color Cylindrical-coordinate representation of color #753A28: hue angle of 14.03º 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 #753A28 is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 58 | 40 | - |
| CMYK | 0 | 0.50 | 0.66 | 0.54 |
| HSL | 14.03º | 0.49% | 0.31% | - |
| HSV(B) | 14.03º | 0.66% | 0.46% | - |
| XYZ | 9.23 | 6.96 | 2.86 | - |
| YUV | 73.59 | 109.05 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 58 | 40 | 0 | 0.50 | 0.66 | 0.54 | 14.03 | 0.49 | 0.31 |
| Hex | 75 | 3A | 28 | 0 | 32 | 42 | 36 | E | 31 | 1F |
| Octal | 165 | 72 | 50 | 0 | 62 | 102 | 66 | 16 | 61 | 37 |
| Binary | 1110101 | 111010 | 101000 | 0 | 110010 | 1000010 | 110110 | 1110 | 110001 | 11111 |
Color Harmonies of #753A28
Complementary color
Monochromatic Colors of #753A28
Black with #753A28
Text Example
Text Example
White with #753A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753A28; }
p { color: rgb(117,58,40); }
H1.HeaderClassName
{
color: #753A28;
}
.AnyTagClassName
{
color: #753A28;
}
</style>
background-color css
<style>
a { background-color: #753A28; }
a { background-color: rgb(117,58,40); }
div.DivClassName
{
background-color: #753A28;
}
.BgClassName
{
background-color: #753A28;
}
</style>
border-color css
<style>
span { border-color: #753A28; }
span { border-color: rgb(117,58,40); }
td.TdClassName
{
border-color: #753A28;
}
.TagClassName
{
border-color: #753A28;
}
</style>