#79422A

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

Shades of Copper Canyon #79422A

Tints of Copper Canyon #79422A

Color information

#79422A (or 0x79422A) is unknown color: approx Copper Canyon. HEX triplet: 79, 42 and 2A. RGB value is (121,66,42). Sum of RGB (Red+Green+Blue) = 121+66+42=229 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.84% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 42 (16.80% from 255 or 18.34% from 229); Max value from RGB is 121 - color contains mainly: red. Hex color #79422A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79422A is #86BDD5. Grayscale: #4F4F4F. Windows color (decimal): -8830422 or 2769529. OLE color: 2769529.

HSL color Cylindrical-coordinate representation of color #79422A: hue angle of 18.23º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #79422A is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB1216642-
CMYK00.450.650.53
HSL18.23º48.47%31.96%-
HSV(B)18.23º65.29%47.45%-
XYZ10.258.133.22-
YUV79.71106.72157.45-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 52.84%
GREEN value IS 66 (26.17% from 255) = 28.82%
BLUE value IS 42 (16.80% from 255) = 18.34%
R=52.84%
G=28.82%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121664200.450.650.5318.2348.4731.96
Hex79422A02D4135123020
Octal1711025205510165226040
Binary111100110000101010100101101100000111010110010110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79422A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79422A; }

 p { color: rgb(121,66,42); }

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

<style>
 a { background-color: #79422A; }

 a { background-color: rgb(121,66,42); }

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

<style>
 span { border-color: #79422A; }

 span { border-color: rgb(121,66,42); }

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