#785945

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

Shades of Potters Clay #785945

Tints of Potters Clay #785945

Color information

#785945 (or 0x785945) is unknown color: approx Potters Clay. HEX triplet: 78, 59 and 45. RGB value is (120,89,69). Sum of RGB (Red+Green+Blue) = 120+89+69=278 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.17% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 69 (27.34% from 255 or 24.82% from 278); Max value from RGB is 120 - color contains mainly: red. Hex color #785945 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785945 is #87A6BA. Grayscale: #606060. Windows color (decimal): -8890043 or 4544888. OLE color: 4544888.

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

Color convert

RGB1208969-
CMYK00.260.420.53
HSL23.53º26.98%37.06%-
HSV(B)23.53º42.5%47.06%-
XYZ12.3911.577.21-
YUV95.99112.77145.13-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.17%
GREEN value IS 89 (35.16% from 255) = 32.01%
BLUE value IS 69 (27.34% from 255) = 24.82%
R=43.17%
G=32.01%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120896900.260.420.5323.5326.9837.06
Hex78594501A2A35181b25
Octal1701311050325265303345
Binary1111000101100110001010110101010101101011100011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785945; }

 p { color: rgb(120,89,69); }

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

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

 a { background-color: rgb(120,89,69); }

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

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

 span { border-color: rgb(120,89,69); }

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