#78412E

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

Shades of Copper Canyon #78412E

Tints of Copper Canyon #78412E

Color information

#78412E (or 0x78412E) is unknown color: approx Copper Canyon. HEX triplet: 78, 41 and 2E. RGB value is (120,65,46). Sum of RGB (Red+Green+Blue) = 120+65+46=231 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.95% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 46 (18.36% from 255 or 19.91% from 231); Max value from RGB is 120 - color contains mainly: red. Hex color #78412E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78412E is #87BED1. Grayscale: #4F4F4F. Windows color (decimal): -8896210 or 3031416. OLE color: 3031416.

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

Color convert

RGB1206546-
CMYK00.460.620.53
HSL15.41º44.58%32.55%-
HSV(B)15.41º61.67%47.06%-
XYZ10.137.973.59-
YUV79.28109.22157.04-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.95%
GREEN value IS 65 (25.78% from 255) = 28.14%
BLUE value IS 46 (18.36% from 255) = 19.91%
R=51.95%
G=28.14%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120654600.460.620.5315.4144.5832.55
Hex78412E02E3E35f2d21
Octal170101560567665175541
Binary1111000100000110111001011101111101101011111101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78412E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78412E; }

 p { color: rgb(120,65,46); }

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

<style>
 a { background-color: #78412E; }

 a { background-color: rgb(120,65,46); }

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

<style>
 span { border-color: #78412E; }

 span { border-color: rgb(120,65,46); }

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