#7f4528

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

Shades of Copper Canyon #7F4528

Tints of Copper Canyon #7F4528

Color information

#7F4528 (or 0x7F4528) is unknown color: approx Copper Canyon. HEX triplet: 7F, 45 and 28. RGB value is (127,69,40). Sum of RGB (Red+Green+Blue) = 127+69+40=236 (31% of max value = 765). Red value is 127 (50% from 255 or 53.81% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 40 (16.02% from 255 or 16.95% from 236); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4528 is #80BAD7. Grayscale: #535353. Windows color (decimal): -8436440 or 2639231. OLE color: 2639231.

HSL color Cylindrical-coordinate representation of color #7F4528: hue angle of 20º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7F4528 is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB1276940-
CMYK00.460.690.50
HSL20º52.1%32.75%-
HSV(B)20º68.5%49.8%-
XYZ11.268.923.14-
YUV83.04103.72159.36-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 53.81%
GREEN value IS 69 (27.34% from 255) = 29.24%
BLUE value IS 40 (16.02% from 255) = 16.95%
R=53.81%
G=29.24%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.69
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127694000.460.690.502052.132.75
Hex7F452802E4532143421
Octal1771055005610562246441
Binary111111110001011010000101110100010111001010100110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f4528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,69,40); }

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

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

 a { background-color: rgb(127,69,40); }

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

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

 span { border-color: rgb(127,69,40); }

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