#7F3B29

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

Shades of Copper Canyon #7F3B29

Tints of Copper Canyon #7F3B29

Color information

#7F3B29 (or 0x7F3B29) is unknown color: approx Copper Canyon. HEX triplet: 7F, 3B and 29. RGB value is (127,59,41). Sum of RGB (Red+Green+Blue) = 127+59+41=227 (30% of max value = 765). Red value is 127 (50% from 255 or 55.95% from 227); Green value is 59 (23.44% from 255 or 25.99% from 227); Blue value is 41 (16.41% from 255 or 18.06% from 227); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3B29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3B29 is #80C4D6. Grayscale: #4D4D4D. Windows color (decimal): -8438999 or 2702207. OLE color: 2702207.

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

Color convert

RGB1275941-
CMYK00.540.680.50
HSL12.56º51.19%32.94%-
HSV(B)12.56º67.72%49.8%-
XYZ10.727.83.04-
YUV77.28107.53163.46-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 55.95%
GREEN value IS 59 (23.44% from 255) = 25.99%
BLUE value IS 41 (16.41% from 255) = 18.06%
R=55.95%
G=25.99%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.68
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127594100.540.680.5012.5651.1932.94
Hex7F3B290364432d3321
Octal177735106610462156341
Binary1111111111011101001011011010001001100101101110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,59,41); }

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

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

 a { background-color: rgb(127,59,41); }

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

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

 span { border-color: rgb(127,59,41); }

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