#79432A

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

Shades of Copper Canyon #79432A

Tints of Copper Canyon #79432A

Color information

#79432A (or 0x79432A) is unknown color: approx Copper Canyon. HEX triplet: 79, 43 and 2A. RGB value is (121,67,42). Sum of RGB (Red+Green+Blue) = 121+67+42=230 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.61% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 42 (16.80% from 255 or 18.26% from 230); Max value from RGB is 121 - color contains mainly: red. Hex color #79432A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79432A is #86BCD5. Grayscale: #505050. Windows color (decimal): -8830166 or 2769785. OLE color: 2769785.

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

Color convert

RGB1216742-
CMYK00.450.650.53
HSL18.99º48.47%31.96%-
HSV(B)18.99º65.29%47.45%-
XYZ10.318.253.24-
YUV80.3106.39157.03-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 52.61%
GREEN value IS 67 (26.56% from 255) = 29.13%
BLUE value IS 42 (16.80% from 255) = 18.26%
R=52.61%
G=29.13%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121674200.450.650.5318.9948.4731.96
Hex79432A02D4135133020
Octal1711035205510165236040
Binary111100110000111010100101101100000111010110011110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79432A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79432A; }

 p { color: rgb(121,67,42); }

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

<style>
 a { background-color: #79432A; }

 a { background-color: rgb(121,67,42); }

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

<style>
 span { border-color: #79432A; }

 span { border-color: rgb(121,67,42); }

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