#7D4224

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

Shades of Copper Canyon #7D4224

Tints of Copper Canyon #7D4224

Color information

#7D4224 (or 0x7D4224) is unknown color: approx Copper Canyon. HEX triplet: 7D, 42 and 24. RGB value is (125,66,36). Sum of RGB (Red+Green+Blue) = 125+66+36=227 (30% of max value = 765). Red value is 125 (49.22% from 255 or 55.07% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 36 (14.45% from 255 or 15.86% from 227); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4224 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4224 is #82BDDB. Grayscale: #505050. Windows color (decimal): -8568284 or 2376317. OLE color: 2376317.

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

Color convert

RGB1256636-
CMYK00.470.710.51
HSL20.22º55.28%31.57%-
HSV(B)20.22º71.2%49.02%-
XYZ10.728.382.72-
YUV80.22103.05159.94-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 55.07%
GREEN value IS 66 (26.17% from 255) = 29.07%
BLUE value IS 36 (14.45% from 255) = 15.86%
R=55.07%
G=29.07%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.71
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125663600.470.710.5120.2255.2831.57
Hex7D422402F4733143720
Octal1751024405710763246740
Binary111110110000101001000101111100011111001110100110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,66,36); }

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

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

 a { background-color: rgb(125,66,36); }

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

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

 span { border-color: rgb(125,66,36); }

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