#7C5741

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

Shades of Potters Clay #7C5741

Tints of Potters Clay #7C5741

Color information

#7C5741 (or 0x7C5741) is unknown color: approx Potters Clay. HEX triplet: 7C, 57 and 41. RGB value is (124,87,65). Sum of RGB (Red+Green+Blue) = 124+87+65=276 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.93% from 276); Green value is 87 (34.38% from 255 or 31.52% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5741 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5741 is #83A8BE. Grayscale: #5F5F5F. Windows color (decimal): -8628415 or 4282236. OLE color: 4282236.

HSL color Cylindrical-coordinate representation of color #7C5741: hue angle of 22.37º 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 #7C5741 is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.51.

Color convert

RGB1248765-
CMYK00.300.480.51
HSL22.37º31.22%37.06%-
HSV(B)22.37º47.58%48.63%-
XYZ12.6711.486.55-
YUV95.56110.76148.29-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 44.93%
GREEN value IS 87 (34.38% from 255) = 31.52%
BLUE value IS 65 (25.78% from 255) = 23.55%
R=44.93%
G=31.52%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124876500.300.480.5122.3731.2237.06
Hex7C574101E3033161f25
Octal1741271010366063263745
Binary1111100101011110000010111101100001100111011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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