#79402C

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

Shades of Copper Canyon #79402C

Tints of Copper Canyon #79402C

Color information

#79402C (or 0x79402C) is unknown color: approx Copper Canyon. HEX triplet: 79, 40 and 2C. RGB value is (121,64,44). Sum of RGB (Red+Green+Blue) = 121+64+44=229 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.84% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 44 (17.58% from 255 or 19.21% from 229); Max value from RGB is 121 - color contains mainly: red. Hex color #79402C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79402C is #86BFD3. Grayscale: #4E4E4E. Windows color (decimal): -8830932 or 2900089. OLE color: 2900089.

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

Color convert

RGB1216444-
CMYK00.470.640.53
HSL15.58º46.67%32.35%-
HSV(B)15.58º63.64%47.45%-
XYZ10.177.913.37-
YUV78.76108.38158.13-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 52.84%
GREEN value IS 64 (25.39% from 255) = 27.95%
BLUE value IS 44 (17.58% from 255) = 19.21%
R=52.84%
G=27.95%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121644400.470.640.5315.5846.6732.35
Hex79402C02F4035102f20
Octal1711005405710065205740
Binary111100110000001011000101111100000011010110000101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79402C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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