#785944

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

Shades of Potters Clay #785944

Tints of Potters Clay #785944

Color information

#785944 (or 0x785944) is unknown color: approx Potters Clay. HEX triplet: 78, 59 and 44. RGB value is (120,89,68). Sum of RGB (Red+Green+Blue) = 120+89+68=277 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.32% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 120 - color contains mainly: red. Hex color #785944 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785944 is #87A6BB. Grayscale: #5F5F5F. Windows color (decimal): -8890044 or 4479352. OLE color: 4479352.

HSL color Cylindrical-coordinate representation of color #785944: hue angle of 24.23º degrees, saturation: 0.28, 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 #785944 is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.53.

Color convert

RGB1208968-
CMYK00.260.430.53
HSL24.23º27.66%36.86%-
HSV(B)24.23º43.33%47.06%-
XYZ12.3611.567.05-
YUV95.87112.27145.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.32%
GREEN value IS 89 (35.16% from 255) = 32.13%
BLUE value IS 68 (26.95% from 255) = 24.55%
R=43.32%
G=32.13%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120896800.260.430.5324.2327.6636.86
Hex78594401A2B35181c25
Octal1701311040325365303445
Binary1111000101100110001000110101010111101011100011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785944; }

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

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

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

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

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

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

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

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