#7C5A45

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

Shades of Potters Clay #7C5A45

Tints of Potters Clay #7C5A45

Color information

#7C5A45 (or 0x7C5A45) is unknown color: approx Potters Clay. HEX triplet: 7C, 5A and 45. RGB value is (124,90,69). Sum of RGB (Red+Green+Blue) = 124+90+69=283 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.82% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 69 (27.34% from 255 or 24.38% from 283); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5A45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5A45 is #83A5BA. Grayscale: #616161. Windows color (decimal): -8627643 or 4545148. OLE color: 4545148.

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

Color convert

RGB1249069-
CMYK00.270.440.51
HSL22.91º28.5%37.84%-
HSV(B)22.91º44.35%48.63%-
XYZ13.0412.037.26-
YUV97.77111.76146.71-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.82%
GREEN value IS 90 (35.55% from 255) = 31.80%
BLUE value IS 69 (27.34% from 255) = 24.38%
R=43.82%
G=31.80%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.44
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124906900.270.440.5122.9128.537.84
Hex7C5A4501B2C33171c26
Octal1741321050335463273446
Binary1111100101101010001010110111011001100111011111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,90,69); }

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

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

 a { background-color: rgb(124,90,69); }

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

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

 span { border-color: rgb(124,90,69); }

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