#7E4023

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

Shades of Copper Canyon #7E4023

Tints of Copper Canyon #7E4023

Color information

#7E4023 (or 0x7E4023) is unknown color: approx Copper Canyon. HEX triplet: 7E, 40 and 23. RGB value is (126,64,35). Sum of RGB (Red+Green+Blue) = 126+64+35=225 (29% of max value = 765). Red value is 126 (49.61% from 255 or 56% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 35 (14.06% from 255 or 15.56% from 225); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4023 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E4023 is #81BFDC. Grayscale: #4F4F4F. Windows color (decimal): -8503261 or 2310270. OLE color: 2310270.

HSL color Cylindrical-coordinate representation of color #7E4023: hue angle of 19.12º 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 #7E4023 is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.51.

Color convert

RGB1266435-
CMYK00.490.720.51
HSL19.12º56.52%31.57%-
HSV(B)19.12º72.22%49.41%-
XYZ10.748.222.61-
YUV79.23103.04161.36-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 56%
GREEN value IS 64 (25.39% from 255) = 28.44%
BLUE value IS 35 (14.06% from 255) = 15.56%
R=56%
G=28.44%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.72
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126643500.490.720.5119.1256.5231.57
Hex7E40230314833133920
Octal1761004306111063237140
Binary111111010000001000110110001100100011001110011111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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