#7C3826

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

Shades of Copper Canyon #7C3826

Tints of Copper Canyon #7C3826

Color information

#7C3826 (or 0x7C3826) is unknown color: approx Copper Canyon. HEX triplet: 7C, 38 and 26. RGB value is (124,56,38). Sum of RGB (Red+Green+Blue) = 124+56+38=218 (28% of max value = 765). Red value is 124 (48.83% from 255 or 56.88% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 38 (15.23% from 255 or 17.43% from 218); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3826 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3826 is #83C7D9. Grayscale: #4A4A4A. Windows color (decimal): -8636378 or 2504828. OLE color: 2504828.

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

Color convert

RGB1245638-
CMYK00.550.690.51
HSL12.56º53.09%31.76%-
HSV(B)12.56º69.35%48.63%-
XYZ10.087.252.7-
YUV74.28107.53163.46-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 56.88%
GREEN value IS 56 (22.27% from 255) = 25.69%
BLUE value IS 38 (15.23% from 255) = 17.43%
R=56.88%
G=25.69%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.69
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124563800.550.690.5112.5653.0931.76
Hex7C38260374533d3520
Octal174704606710563156540
Binary1111100111000100110011011110001011100111101110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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