#795A4A

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

Shades of Potters Clay #795A4A

Tints of Potters Clay #795A4A

Color information

#795A4A (or 0x795A4A) is unknown color: approx Potters Clay. HEX triplet: 79, 5A and 4A. RGB value is (121,90,74). Sum of RGB (Red+Green+Blue) = 121+90+74=285 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.46% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 121 - color contains mainly: red. Hex color #795A4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795A4A is #86A5B5. Grayscale: #616161. Windows color (decimal): -8824246 or 4872825. OLE color: 4872825.

HSL color Cylindrical-coordinate representation of color #795A4A: hue angle of 20.43º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #795A4A is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB1219074-
CMYK00.260.390.53
HSL20.43º24.1%38.24%-
HSV(B)20.43º38.84%47.45%-
XYZ12.7811.878.1-
YUV97.44114.77144.8-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.46%
GREEN value IS 90 (35.55% from 255) = 31.58%
BLUE value IS 74 (29.30% from 255) = 25.96%
R=42.46%
G=31.58%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121907400.260.390.5320.4324.138.24
Hex795A4A01A2735141826
Octal1711321120324765243046
Binary1111001101101010010100110101001111101011010011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795A4A; }

 p { color: rgb(121,90,74); }

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

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

 a { background-color: rgb(121,90,74); }

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

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

 span { border-color: rgb(121,90,74); }

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