#7A4228

Color #7A4228 Copper Canyon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Copper Canyon #7A4228

Tints of Copper Canyon #7A4228

Color information

#7A4228 (or 0x7A4228) is unknown color: approx Copper Canyon. HEX triplet: 7A, 42 and 28. RGB value is (122,66,40). Sum of RGB (Red+Green+Blue) = 122+66+40=228 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.51% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 40 (16.02% from 255 or 17.54% from 228); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4228 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4228 is #85BDD7. Grayscale: #4F4F4F. Windows color (decimal): -8764888 or 2638458. OLE color: 2638458.

HSL color Cylindrical-coordinate representation of color #7A4228: hue angle of 19.02º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7A4228 is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.52.

Color convert

RGB1226640-
CMYK00.460.670.52
HSL19.02º50.62%31.76%-
HSV(B)19.02º67.21%47.84%-
XYZ10.368.193.04-
YUV79.78105.55158.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 122 (48.05% from 255) = 53.51%
GREEN value IS 66 (26.17% from 255) = 28.95%
BLUE value IS 40 (16.02% from 255) = 17.54%
R=53.51%
G=28.95%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.67
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122664000.460.670.5219.0250.6231.76
Hex7A422802E4334133320
Octal1721025005610364236340
Binary111101010000101010000101110100001111010010011110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A4228; }

 p { color: rgb(122,66,40); }

 H1.HeaderClassName
 {
   color: #7A4228;
 }
 .AnyTagClassName
 {
   color: #7A4228;
 }
</style>
background-color css

<style>
 a { background-color: #7A4228; }

 a { background-color: rgb(122,66,40); }

 div.DivClassName
 {
   background-color: #7A4228;
 }
 .BgClassName
 {
   background-color: #7A4228;
 }
</style>
border-color css

<style>
 span { border-color: #7A4228; }

 span { border-color: rgb(122,66,40); }

 td.TdClassName
 {
   border-color: #7A4228;
 }
 .TagClassName
 {
   border-color: #7A4228;
 }
</style>