#795C43

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

Shades of Potters Clay #795C43

Tints of Potters Clay #795C43

Color information

#795C43 (or 0x795C43) is unknown color: approx Potters Clay. HEX triplet: 79, 5C and 43. RGB value is (121,92,67). Sum of RGB (Red+Green+Blue) = 121+92+67=280 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.21% from 280); Green value is 92 (36.33% from 255 or 32.86% from 280); Blue value is 67 (26.56% from 255 or 23.93% from 280); Max value from RGB is 121 - color contains mainly: red. Hex color #795C43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795C43 is #86A3BC. Grayscale: #616161. Windows color (decimal): -8823741 or 4414585. OLE color: 4414585.

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

Color convert

RGB1219267-
CMYK00.240.450.53
HSL27.78º28.72%36.86%-
HSV(B)27.78º44.63%47.45%-
XYZ12.7312.126.98-
YUV97.82110.61144.53-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.21%
GREEN value IS 92 (36.33% from 255) = 32.86%
BLUE value IS 67 (26.56% from 255) = 23.93%
R=43.21%
G=32.86%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121926700.240.450.5327.7828.7236.86
Hex795C430182D351c1d25
Octal1711341030305565343545
Binary1111001101110010000110110001011011101011110011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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