#795845

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

Shades of Potters Clay #795845

Tints of Potters Clay #795845

Color information

#795845 (or 0x795845) is unknown color: approx Potters Clay. HEX triplet: 79, 58 and 45. RGB value is (121,88,69). Sum of RGB (Red+Green+Blue) = 121+88+69=278 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.53% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 69 (27.34% from 255 or 24.82% from 278); Max value from RGB is 121 - color contains mainly: red. Hex color #795845 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795845 is #86A7BA. Grayscale: #5F5F5F. Windows color (decimal): -8824763 or 4544633. OLE color: 4544633.

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

Color convert

RGB1218869-
CMYK00.270.430.53
HSL21.92º27.37%37.25%-
HSV(B)21.92º42.98%47.45%-
XYZ12.4511.477.19-
YUV95.7112.93146.04-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.53%
GREEN value IS 88 (34.77% from 255) = 31.65%
BLUE value IS 69 (27.34% from 255) = 24.82%
R=43.53%
G=31.65%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121886900.270.430.5321.9227.3737.25
Hex79584501B2B35161b25
Octal1711301050335365263345
Binary1111001101100010001010110111010111101011011011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795845; }

 p { color: rgb(121,88,69); }

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

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

 a { background-color: rgb(121,88,69); }

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

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

 span { border-color: rgb(121,88,69); }

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