#7F4123

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

Shades of Copper Canyon #7F4123

Tints of Copper Canyon #7F4123

Color information

#7F4123 (or 0x7F4123) is unknown color: approx Copper Canyon. HEX triplet: 7F, 41 and 23. RGB value is (127,65,35). Sum of RGB (Red+Green+Blue) = 127+65+35=227 (30% of max value = 765). Red value is 127 (50% from 255 or 55.95% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 35 (14.06% from 255 or 15.42% from 227); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4123 is #80BEDC. Grayscale: #505050. Windows color (decimal): -8437469 or 2310527. OLE color: 2310527.

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

Color convert

RGB1276535-
CMYK00.490.720.50
HSL19.57º56.79%31.76%-
HSV(B)19.57º72.44%49.8%-
XYZ10.958.412.64-
YUV80.12102.54161.44-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 55.95%
GREEN value IS 65 (25.78% from 255) = 28.63%
BLUE value IS 35 (14.06% from 255) = 15.42%
R=55.95%
G=28.63%
B=15.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.72
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127653500.490.720.5019.5756.7931.76
Hex7F41230314832143920
Octal1771014306111062247140
Binary111111110000011000110110001100100011001010100111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,65,35); }

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

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

 a { background-color: rgb(127,65,35); }

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

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

 span { border-color: rgb(127,65,35); }

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