Shades of Copper Canyon #803D28
Tints of Copper Canyon #803D28
RGB
CMYK
RGB Variations
Color information
#803D28 (or 0x803D28) is known color: Copper Canyon. HEX triplet: 80, 3D and 28. RGB value is (128,61,40). Sum of RGB (Red+Green+Blue) = 128+61+40=229 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.90% from 229); Green value is 61 (24.22% from 255 or 26.64% from 229); Blue value is 40 (16.02% from 255 or 17.47% from 229); Max value from RGB is 128 - color contains mainly: red. Hex color #803D28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803D28 is #7FC2D7. Grayscale: #4E4E4E. Windows color (decimal): -8372952 or 2637184. OLE color: 2637184.
HSL color Cylindrical-coordinate representation of color #803D28: hue angle of 14.32º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #803D28 is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 61 | 40 | - |
| CMYK | 0 | 0.52 | 0.69 | 0.50 |
| HSL | 14.32º | 0.52% | 0.33% | - |
| HSV(B) | 14.32º | 0.69% | 0.5% | - |
| XYZ | 10.95 | 8.08 | 2.99 | - |
| YUV | 78.64 | 106.2 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 61 | 40 | 0 | 0.52 | 0.69 | 0.50 | 14.32 | 0.52 | 0.33 |
| Hex | 80 | 3D | 28 | 0 | 34 | 45 | 32 | E | 34 | 21 |
| Octal | 200 | 75 | 50 | 0 | 64 | 105 | 62 | 16 | 64 | 41 |
| Binary | 10000000 | 111101 | 101000 | 0 | 110100 | 1000101 | 110010 | 1110 | 110100 | 100001 |
Color Harmonies of #803D28
Complementary color
Monochromatic Colors of #803D28
Black with #803D28
Text Example
Text Example
White with #803D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803D28; }
p { color: rgb(128,61,40); }
H1.HeaderClassName
{
color: #803D28;
}
.AnyTagClassName
{
color: #803D28;
}
</style>
background-color css
<style>
a { background-color: #803D28; }
a { background-color: rgb(128,61,40); }
div.DivClassName
{
background-color: #803D28;
}
.BgClassName
{
background-color: #803D28;
}
</style>
border-color css
<style>
span { border-color: #803D28; }
span { border-color: rgb(128,61,40); }
td.TdClassName
{
border-color: #803D28;
}
.TagClassName
{
border-color: #803D28;
}
</style>