#79412B

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

Shades of Copper Canyon #79412B

Tints of Copper Canyon #79412B

Color information

#79412B (or 0x79412B) is unknown color: approx Copper Canyon. HEX triplet: 79, 41 and 2B. RGB value is (121,65,43). Sum of RGB (Red+Green+Blue) = 121+65+43=229 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.84% from 229); Green value is 65 (25.78% from 255 or 28.38% from 229); Blue value is 43 (17.19% from 255 or 18.78% from 229); Max value from RGB is 121 - color contains mainly: red. Hex color #79412B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79412B is #86BED4. Grayscale: #4F4F4F. Windows color (decimal): -8830677 or 2834809. OLE color: 2834809.

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

Color convert

RGB1216543-
CMYK00.460.640.53
HSL16.92º47.56%32.16%-
HSV(B)16.92º64.46%47.45%-
XYZ10.218.023.3-
YUV79.24107.55157.79-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 52.84%
GREEN value IS 65 (25.78% from 255) = 28.38%
BLUE value IS 43 (17.19% from 255) = 18.78%
R=52.84%
G=28.38%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121654300.460.640.5316.9247.5632.16
Hex79412B02E4035113020
Octal1711015305610065216040
Binary111100110000011010110101110100000011010110001110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79412B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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