#7C5638

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

Shades of Old Copper #7C5638

Tints of Old Copper #7C5638

Color information

#7C5638 (or 0x7C5638) is unknown color: approx Old Copper. HEX triplet: 7C, 56 and 38. RGB value is (124,86,56). Sum of RGB (Red+Green+Blue) = 124+86+56=266 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.62% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 56 (22.27% from 255 or 21.05% from 266); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5638 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5638 is #83A9C7. Grayscale: #5E5E5E. Windows color (decimal): -8628680 or 3692156. OLE color: 3692156.

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

Color convert

RGB1248656-
CMYK00.310.550.51
HSL26.47º37.78%35.29%-
HSV(B)26.47º54.84%48.63%-
XYZ12.3511.235.26-
YUV93.94106.59149.44-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 46.62%
GREEN value IS 86 (33.98% from 255) = 32.33%
BLUE value IS 56 (22.27% from 255) = 21.05%
R=46.62%
G=32.33%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.55
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124865600.310.550.5126.4737.7835.29
Hex7C563801F37331a2623
Octal174126700376763324643
Binary1111100101011011100001111111011111001111010100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,86,56); }

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

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

 a { background-color: rgb(124,86,56); }

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

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

 span { border-color: rgb(124,86,56); }

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