Shades of Copper Canyon #75412B
Tints of Copper Canyon #75412B
RGB
CMYK
RGB Variations
Color information
#75412B (or 0x75412B) is known color: Copper Canyon. HEX triplet: 75, 41 and 2B. RGB value is (117,65,43). Sum of RGB (Red+Green+Blue) = 117+65+43=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 43 (17.19% from 255 or 19.11% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #75412B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75412B is #8ABED4. Grayscale: #4E4E4E. Windows color (decimal): -9092821 or 2834805. OLE color: 2834805.
HSL color Cylindrical-coordinate representation of color #75412B: hue angle of 17.84º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #75412B is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 65 | 43 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.54 |
| HSL | 17.84º | 0.46% | 0.31% | - |
| HSV(B) | 17.84º | 0.63% | 0.46% | - |
| XYZ | 9.66 | 7.74 | 3.27 | - |
| YUV | 78.04 | 108.23 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 65 | 43 | 0 | 0.44 | 0.63 | 0.54 | 17.84 | 0.46 | 0.31 |
| Hex | 75 | 41 | 2B | 0 | 2C | 3F | 36 | 12 | 2E | 1F |
| Octal | 165 | 101 | 53 | 0 | 54 | 77 | 66 | 22 | 56 | 37 |
| Binary | 1110101 | 1000001 | 101011 | 0 | 101100 | 111111 | 110110 | 10010 | 101110 | 11111 |
Color Harmonies of #75412B
Complementary color
Monochromatic Colors of #75412B
Black with #75412B
Text Example
Text Example
White with #75412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75412B; }
p { color: rgb(117,65,43); }
H1.HeaderClassName
{
color: #75412B;
}
.AnyTagClassName
{
color: #75412B;
}
</style>
background-color css
<style>
a { background-color: #75412B; }
a { background-color: rgb(117,65,43); }
div.DivClassName
{
background-color: #75412B;
}
.BgClassName
{
background-color: #75412B;
}
</style>
border-color css
<style>
span { border-color: #75412B; }
span { border-color: rgb(117,65,43); }
td.TdClassName
{
border-color: #75412B;
}
.TagClassName
{
border-color: #75412B;
}
</style>