#79402A

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

Shades of Copper Canyon #79402A

Tints of Copper Canyon #79402A

Color information

#79402A (or 0x79402A) is unknown color: approx Copper Canyon. HEX triplet: 79, 40 and 2A. RGB value is (121,64,42). Sum of RGB (Red+Green+Blue) = 121+64+42=227 (30% of max value = 765). Red value is 121 (47.66% from 255 or 53.30% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 42 (16.80% from 255 or 18.50% from 227); Max value from RGB is 121 - color contains mainly: red. Hex color #79402A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79402A is #86BFD5. Grayscale: #4E4E4E. Windows color (decimal): -8830934 or 2769017. OLE color: 2769017.

HSL color Cylindrical-coordinate representation of color #79402A: hue angle of 16.71º 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 #79402A is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB1216442-
CMYK00.470.650.53
HSL16.71º48.47%31.96%-
HSV(B)16.71º65.29%47.45%-
XYZ10.147.93.18-
YUV78.54107.38158.29-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 53.30%
GREEN value IS 64 (25.39% from 255) = 28.19%
BLUE value IS 42 (16.80% from 255) = 18.50%
R=53.30%
G=28.19%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121644200.470.650.5316.7148.4731.96
Hex79402A02F4135113020
Octal1711005205710165216040
Binary111100110000001010100101111100000111010110001110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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