#79402B

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

Shades of Copper Canyon #79402B

Tints of Copper Canyon #79402B

Color information

#79402B (or 0x79402B) is unknown color: approx Copper Canyon. HEX triplet: 79, 40 and 2B. RGB value is (121,64,43). Sum of RGB (Red+Green+Blue) = 121+64+43=228 (30% of max value = 765). Red value is 121 (47.66% from 255 or 53.07% from 228); Green value is 64 (25.39% from 255 or 28.07% from 228); Blue value is 43 (17.19% from 255 or 18.86% from 228); Max value from RGB is 121 - color contains mainly: red. Hex color #79402B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79402B is #86BFD4. Grayscale: #4E4E4E. Windows color (decimal): -8830933 or 2834553. OLE color: 2834553.

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

Color convert

RGB1216443-
CMYK00.470.640.53
HSL16.15º47.56%32.16%-
HSV(B)16.15º64.46%47.45%-
XYZ10.157.913.28-
YUV78.65107.88158.21-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 53.07%
GREEN value IS 64 (25.39% from 255) = 28.07%
BLUE value IS 43 (17.19% from 255) = 18.86%
R=53.07%
G=28.07%
B=18.86%

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
Decimal121644300.470.640.5316.1547.5632.16
Hex79402B02F4035103020
Octal1711005305710065206040
Binary111100110000001010110101111100000011010110000110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79402B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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