#795C47

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

Shades of Potters Clay #795C47

Tints of Potters Clay #795C47

Color information

#795C47 (or 0x795C47) is unknown color: approx Potters Clay. HEX triplet: 79, 5C and 47. RGB value is (121,92,71). Sum of RGB (Red+Green+Blue) = 121+92+71=284 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.61% from 284); Green value is 92 (36.33% from 255 or 32.39% from 284); Blue value is 71 (28.12% from 255 or 25% from 284); Max value from RGB is 121 - color contains mainly: red. Hex color #795C47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795C47 is #86A3B8. Grayscale: #626262. Windows color (decimal): -8823737 or 4676729. OLE color: 4676729.

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

Color convert

RGB1219271-
CMYK00.240.410.53
HSL25.2º26.04%37.65%-
HSV(B)25.2º41.32%47.45%-
XYZ12.8512.177.63-
YUV98.28112.61144.21-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.61%
GREEN value IS 92 (36.33% from 255) = 32.39%
BLUE value IS 71 (28.12% from 255) = 25%
R=42.61%
G=32.39%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121927100.240.410.5325.226.0437.65
Hex795C470182935191a26
Octal1711341070305165313246
Binary1111001101110010001110110001010011101011100111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,92,71); }

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

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

 a { background-color: rgb(121,92,71); }

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

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

 span { border-color: rgb(121,92,71); }

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