#7E3C23

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

Shades of Copper Canyon #7E3C23

Tints of Copper Canyon #7E3C23

Color information

#7E3C23 (or 0x7E3C23) is unknown color: approx Copper Canyon. HEX triplet: 7E, 3C and 23. RGB value is (126,60,35). Sum of RGB (Red+Green+Blue) = 126+60+35=221 (29% of max value = 765). Red value is 126 (49.61% from 255 or 57.01% from 221); Green value is 60 (23.83% from 255 or 27.15% from 221); Blue value is 35 (14.06% from 255 or 15.84% from 221); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3C23 is #81C3DC. Grayscale: #4D4D4D. Windows color (decimal): -8504285 or 2309246. OLE color: 2309246.

HSL color Cylindrical-coordinate representation of color #7E3C23: hue angle of 16.48º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7E3C23 is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.51.

Color convert

RGB1266035-
CMYK00.520.720.51
HSL16.48º56.52%31.57%-
HSV(B)16.48º72.22%49.41%-
XYZ10.527.792.54-
YUV76.88104.37163.03-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 57.01%
GREEN value IS 60 (23.83% from 255) = 27.15%
BLUE value IS 35 (14.06% from 255) = 15.84%
R=57.01%
G=27.15%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.72
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126603500.520.720.5116.4856.5231.57
Hex7E3C230344833103920
Octal176744306411063207140
Binary11111101111001000110110100100100011001110000111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E3C23; }

 p { color: rgb(126,60,35); }

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

<style>
 a { background-color: #7E3C23; }

 a { background-color: rgb(126,60,35); }

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

<style>
 span { border-color: #7E3C23; }

 span { border-color: rgb(126,60,35); }

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