#7F3F25

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

Shades of Copper Canyon #7F3F25

Tints of Copper Canyon #7F3F25

Color information

#7F3F25 (or 0x7F3F25) is unknown color: approx Copper Canyon. HEX triplet: 7F, 3F and 25. RGB value is (127,63,37). Sum of RGB (Red+Green+Blue) = 127+63+37=227 (30% of max value = 765). Red value is 127 (50% from 255 or 55.95% from 227); Green value is 63 (25% from 255 or 27.75% from 227); Blue value is 37 (14.84% from 255 or 16.30% from 227); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3F25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3F25 is #80C0DA. Grayscale: #4F4F4F. Windows color (decimal): -8437979 or 2441087. OLE color: 2441087.

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

Color convert

RGB1276337-
CMYK00.500.710.50
HSL17.33º54.88%32.16%-
HSV(B)17.33º70.87%49.8%-
XYZ10.868.22.76-
YUV79.17104.2162.11-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 55.95%
GREEN value IS 63 (25% from 255) = 27.75%
BLUE value IS 37 (14.84% from 255) = 16.30%
R=55.95%
G=27.75%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.71
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127633700.500.710.5017.3354.8832.16
Hex7F3F250324732113720
Octal177774506210762216740
Binary11111111111111001010110010100011111001010001110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,63,37); }

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

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

 a { background-color: rgb(127,63,37); }

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

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

 span { border-color: rgb(127,63,37); }

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