Shades of Copper Canyon #80432A
Tints of Copper Canyon #80432A
RGB
CMYK
RGB Variations
Color information
#80432A (or 0x80432A) is known color: Copper Canyon. HEX triplet: 80, 43 and 2A. RGB value is (128,67,42). Sum of RGB (Red+Green+Blue) = 128+67+42=237 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.01% from 237); Green value is 67 (26.56% from 255 or 28.27% from 237); Blue value is 42 (16.80% from 255 or 17.72% from 237); Max value from RGB is 128 - color contains mainly: red. Hex color #80432A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80432A is #7FBCD5. Grayscale: #525252. Windows color (decimal): -8371414 or 2769792. OLE color: 2769792.
HSL color Cylindrical-coordinate representation of color #80432A: hue angle of 17.44º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #80432A is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 67 | 42 | - |
| CMYK | 0 | 0.48 | 0.67 | 0.50 |
| HSL | 17.44º | 0.51% | 0.33% | - |
| HSV(B) | 17.44º | 0.67% | 0.5% | - |
| XYZ | 11.33 | 8.77 | 3.29 | - |
| YUV | 82.39 | 105.21 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 67 | 42 | 0 | 0.48 | 0.67 | 0.50 | 17.44 | 0.51 | 0.33 |
| Hex | 80 | 43 | 2A | 0 | 30 | 43 | 32 | 11 | 33 | 21 |
| Octal | 200 | 103 | 52 | 0 | 60 | 103 | 62 | 21 | 63 | 41 |
| Binary | 10000000 | 1000011 | 101010 | 0 | 110000 | 1000011 | 110010 | 10001 | 110011 | 100001 |
Color Harmonies of #80432A
Complementary color
Monochromatic Colors of #80432A
Black with #80432A
Text Example
Text Example
White with #80432A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80432A; }
p { color: rgb(128,67,42); }
H1.HeaderClassName
{
color: #80432A;
}
.AnyTagClassName
{
color: #80432A;
}
</style>
background-color css
<style>
a { background-color: #80432A; }
a { background-color: rgb(128,67,42); }
div.DivClassName
{
background-color: #80432A;
}
.BgClassName
{
background-color: #80432A;
}
</style>
border-color css
<style>
span { border-color: #80432A; }
span { border-color: rgb(128,67,42); }
td.TdClassName
{
border-color: #80432A;
}
.TagClassName
{
border-color: #80432A;
}
</style>