#79422C

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

Shades of Copper Canyon #79422C

Tints of Copper Canyon #79422C

Color information

#79422C (or 0x79422C) is unknown color: approx Copper Canyon. HEX triplet: 79, 42 and 2C. RGB value is (121,66,44). Sum of RGB (Red+Green+Blue) = 121+66+44=231 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.38% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 44 (17.58% from 255 or 19.05% from 231); Max value from RGB is 121 - color contains mainly: red. Hex color #79422C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79422C is #86BDD3. Grayscale: #505050. Windows color (decimal): -8830420 or 2900601. OLE color: 2900601.

HSL color Cylindrical-coordinate representation of color #79422C: hue angle of 17.14º 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 #79422C is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB1216644-
CMYK00.450.640.53
HSL17.14º46.67%32.35%-
HSV(B)17.14º63.64%47.45%-
XYZ10.298.143.41-
YUV79.94107.72157.29-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 52.38%
GREEN value IS 66 (26.17% from 255) = 28.57%
BLUE value IS 44 (17.58% from 255) = 19.05%
R=52.38%
G=28.57%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121664400.450.640.5317.1446.6732.35
Hex79422C02D4035112f20
Octal1711025405510065215740
Binary111100110000101011000101101100000011010110001101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79422C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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