#785A48

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

Shades of Potters Clay #785A48

Tints of Potters Clay #785A48

Color information

#785A48 (or 0x785A48) is unknown color: approx Potters Clay. HEX triplet: 78, 5A and 48. RGB value is (120,90,72). Sum of RGB (Red+Green+Blue) = 120+90+72=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 90 (35.55% from 255 or 31.91% from 282); Blue value is 72 (28.52% from 255 or 25.53% from 282); Max value from RGB is 120 - color contains mainly: red. Hex color #785A48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785A48 is #87A5B7. Grayscale: #616161. Windows color (decimal): -8889784 or 4741752. OLE color: 4741752.

HSL color Cylindrical-coordinate representation of color #785A48: hue angle of 22.5º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #785A48 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB1209072-
CMYK00.250.400.53
HSL22.5º25%37.65%-
HSV(B)22.5º40%47.06%-
XYZ12.5711.777.74-
YUV96.92113.94144.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.55%
GREEN value IS 90 (35.55% from 255) = 31.91%
BLUE value IS 72 (28.52% from 255) = 25.53%
R=42.55%
G=31.91%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120907200.250.400.5322.52537.65
Hex785A480192835171926
Octal1701321100315065273146
Binary1111000101101010010000110011010001101011011111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,90,72); }

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

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

 a { background-color: rgb(120,90,72); }

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

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

 span { border-color: rgb(120,90,72); }

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