#79442C

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

Shades of Copper Canyon #79442C

Tints of Copper Canyon #79442C

Color information

#79442C (or 0x79442C) is unknown color: approx Copper Canyon. HEX triplet: 79, 44 and 2C. RGB value is (121,68,44). Sum of RGB (Red+Green+Blue) = 121+68+44=233 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.93% from 233); Green value is 68 (26.95% from 255 or 29.18% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 121 - color contains mainly: red. Hex color #79442C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79442C is #86BBD3. Grayscale: #515151. Windows color (decimal): -8829908 or 2901113. OLE color: 2901113.

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

Color convert

RGB1216844-
CMYK00.440.640.53
HSL18.7º46.67%32.35%-
HSV(B)18.7º63.64%47.45%-
XYZ10.418.383.45-
YUV81.11107.06156.45-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.93%
GREEN value IS 68 (26.95% from 255) = 29.18%
BLUE value IS 44 (17.58% from 255) = 18.88%
R=51.93%
G=29.18%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121684400.440.640.5318.746.6732.35
Hex79442C02C4035132f20
Octal1711045405410065235740
Binary111100110001001011000101100100000011010110011101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79442C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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