#795849

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

Shades of Potters Clay #795849

Tints of Potters Clay #795849

Color information

#795849 (or 0x795849) is unknown color: approx Potters Clay. HEX triplet: 79, 58 and 49. RGB value is (121,88,73). Sum of RGB (Red+Green+Blue) = 121+88+73=282 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.91% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 73 (28.91% from 255 or 25.89% from 282); Max value from RGB is 121 - color contains mainly: red. Hex color #795849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795849 is #86A7B6. Grayscale: #606060. Windows color (decimal): -8824759 or 4806777. OLE color: 4806777.

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

Color convert

RGB1218873-
CMYK00.270.400.53
HSL18.75º24.74%38.04%-
HSV(B)18.75º39.67%47.45%-
XYZ12.5811.537.87-
YUV96.16114.93145.72-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.91%
GREEN value IS 88 (34.77% from 255) = 31.21%
BLUE value IS 73 (28.91% from 255) = 25.89%
R=42.91%
G=31.21%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121887300.270.400.5318.7524.7438.04
Hex79584901B2835131926
Octal1711301110335065233146
Binary1111001101100010010010110111010001101011001111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795849; }

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

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

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

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

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

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

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

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