#79452D

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

Shades of Copper Canyon #79452D

Tints of Copper Canyon #79452D

Color information

#79452D (or 0x79452D) is unknown color: approx Copper Canyon. HEX triplet: 79, 45 and 2D. RGB value is (121,69,45). Sum of RGB (Red+Green+Blue) = 121+69+45=235 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.49% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 121 - color contains mainly: red. Hex color #79452D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79452D is #86BAD2. Grayscale: #515151. Windows color (decimal): -8829651 or 2966905. OLE color: 2966905.

HSL color Cylindrical-coordinate representation of color #79452D: hue angle of 18.95º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #79452D is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB1216945-
CMYK00.430.630.53
HSL18.95º45.78%32.55%-
HSV(B)18.95º62.81%47.45%-
XYZ10.498.513.57-
YUV81.81107.23155.95-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.49%
GREEN value IS 69 (27.34% from 255) = 29.36%
BLUE value IS 45 (17.97% from 255) = 19.15%
R=51.49%
G=29.36%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121694500.430.630.5318.9545.7832.55
Hex79452D02B3F35132e21
Octal171105550537765235641
Binary11110011000101101101010101111111111010110011101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79452D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79452D; }

 p { color: rgb(121,69,45); }

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

<style>
 a { background-color: #79452D; }

 a { background-color: rgb(121,69,45); }

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

<style>
 span { border-color: #79452D; }

 span { border-color: rgb(121,69,45); }

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