#7C5E41

Color #7C5E41 Potters Clay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Potters Clay #7C5E41

Tints of Potters Clay #7C5E41

Color information

#7C5E41 (or 0x7C5E41) is unknown color: approx Potters Clay. HEX triplet: 7C, 5E and 41. RGB value is (124,94,65). Sum of RGB (Red+Green+Blue) = 124+94+65=283 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.82% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 65 (25.78% from 255 or 22.97% from 283); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5E41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5E41 is #83A1BE. Grayscale: #636363. Windows color (decimal): -8626623 or 4284028. OLE color: 4284028.

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

Color convert

RGB1249465-
CMYK00.240.480.51
HSL29.49º31.22%37.06%-
HSV(B)29.49º47.58%48.63%-
XYZ13.2712.676.75-
YUV99.66108.44145.36-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.82%
GREEN value IS 94 (37.11% from 255) = 33.22%
BLUE value IS 65 (25.78% from 255) = 22.97%
R=43.82%
G=33.22%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.48
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124946500.240.480.5129.4931.2237.06
Hex7C5E4101830331d1f25
Octal1741361010306063353745
Binary1111100101111010000010110001100001100111110111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,94,65); }

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

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

 a { background-color: rgb(124,94,65); }

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

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

 span { border-color: rgb(124,94,65); }

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