#785B47

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

Shades of Potters Clay #785B47

Tints of Potters Clay #785B47

Color information

#785B47 (or 0x785B47) is unknown color: approx Potters Clay. HEX triplet: 78, 5B and 47. RGB value is (120,91,71). Sum of RGB (Red+Green+Blue) = 120+91+71=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 91 (35.94% from 255 or 32.27% from 282); Blue value is 71 (28.12% from 255 or 25.18% from 282); Max value from RGB is 120 - color contains mainly: red. Hex color #785B47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785B47 is #87A4B8. Grayscale: #616161. Windows color (decimal): -8889529 or 4676472. OLE color: 4676472.

HSL color Cylindrical-coordinate representation of color #785B47: hue angle of 24.49º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #785B47 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.53.

Color convert

RGB1209171-
CMYK00.240.410.53
HSL24.49º25.65%37.45%-
HSV(B)24.49º40.83%47.06%-
XYZ12.6211.937.6-
YUV97.39113.11144.13-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.55%
GREEN value IS 91 (35.94% from 255) = 32.27%
BLUE value IS 71 (28.12% from 255) = 25.18%
R=42.55%
G=32.27%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120917100.240.410.5324.4925.6537.45
Hex785B470182935181a25
Octal1701331070305165303245
Binary1111000101101110001110110001010011101011100011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785B47; }

 p { color: rgb(120,91,71); }

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

<style>
 a { background-color: #785B47; }

 a { background-color: rgb(120,91,71); }

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

<style>
 span { border-color: #785B47; }

 span { border-color: rgb(120,91,71); }

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