#7C3D28

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

Shades of Copper Canyon #7C3D28

Tints of Copper Canyon #7C3D28

Color information

#7C3D28 (or 0x7C3D28) is unknown color: approx Copper Canyon. HEX triplet: 7C, 3D and 28. RGB value is (124,61,40). Sum of RGB (Red+Green+Blue) = 124+61+40=225 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.11% from 225); Green value is 61 (24.22% from 255 or 27.11% from 225); Blue value is 40 (16.02% from 255 or 17.78% from 225); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3D28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3D28 is #83C2D7. Grayscale: #4D4D4D. Windows color (decimal): -8635096 or 2637180. OLE color: 2637180.

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

Color convert

RGB1246140-
CMYK00.510.680.51
HSL15º51.22%32.16%-
HSV(B)15º67.74%48.63%-
XYZ10.367.782.96-
YUV77.44106.87161.21-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 55.11%
GREEN value IS 61 (24.22% from 255) = 27.11%
BLUE value IS 40 (16.02% from 255) = 17.78%
R=55.11%
G=27.11%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.68
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124614000.510.680.511551.2232.16
Hex7C3D280334433f3320
Octal174755006310463176340
Binary1111100111101101000011001110001001100111111110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,61,40); }

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

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

 a { background-color: rgb(124,61,40); }

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

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

 span { border-color: rgb(124,61,40); }

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