#7C5643

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

Shades of Potters Clay #7C5643

Tints of Potters Clay #7C5643

Color information

#7C5643 (or 0x7C5643) is unknown color: approx Potters Clay. HEX triplet: 7C, 56 and 43. RGB value is (124,86,67). Sum of RGB (Red+Green+Blue) = 124+86+67=277 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.77% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 67 (26.56% from 255 or 24.19% from 277); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5643 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5643 is #83A9BC. Grayscale: #5F5F5F. Windows color (decimal): -8628669 or 4413052. OLE color: 4413052.

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

Color convert

RGB1248667-
CMYK00.310.460.51
HSL20º29.84%37.45%-
HSV(B)20º45.97%48.63%-
XYZ12.6511.356.83-
YUV95.2112.09148.54-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 44.77%
GREEN value IS 86 (33.98% from 255) = 31.05%
BLUE value IS 67 (26.56% from 255) = 24.19%
R=44.77%
G=31.05%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124866700.310.460.512029.8437.45
Hex7C564301F2E33141e25
Octal1741261030375663243645
Binary1111100101011010000110111111011101100111010011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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