#795A41

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

Shades of Potters Clay #795A41

Tints of Potters Clay #795A41

Color information

#795A41 (or 0x795A41) is unknown color: approx Potters Clay. HEX triplet: 79, 5A and 41. RGB value is (121,90,65). Sum of RGB (Red+Green+Blue) = 121+90+65=276 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.84% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 121 - color contains mainly: red. Hex color #795A41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795A41 is #86A5BE. Grayscale: #606060. Windows color (decimal): -8824255 or 4283001. OLE color: 4283001.

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

Color convert

RGB1219065-
CMYK00.260.460.53
HSL26.79º30.11%36.47%-
HSV(B)26.79º46.28%47.45%-
XYZ12.511.766.61-
YUV96.42110.27145.53-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.84%
GREEN value IS 90 (35.55% from 255) = 32.61%
BLUE value IS 65 (25.78% from 255) = 23.55%
R=43.84%
G=32.61%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121906500.260.460.5326.7930.1136.47
Hex795A4101A2E351b1e24
Octal1711321010325665333644
Binary1111001101101010000010110101011101101011101111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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