#795C41

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

Shades of Potters Clay #795C41

Tints of Potters Clay #795C41

Color information

#795C41 (or 0x795C41) is unknown color: approx Potters Clay. HEX triplet: 79, 5C and 41. RGB value is (121,92,65). Sum of RGB (Red+Green+Blue) = 121+92+65=278 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.53% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 121 - color contains mainly: red. Hex color #795C41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795C41 is #86A3BE. Grayscale: #616161. Windows color (decimal): -8823743 or 4283513. OLE color: 4283513.

HSL color Cylindrical-coordinate representation of color #795C41: hue angle of 28.93º 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 #795C41 is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB1219265-
CMYK00.240.460.53
HSL28.93º30.11%36.47%-
HSV(B)28.93º46.28%47.45%-
XYZ12.6712.16.67-
YUV97.59109.61144.7-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.53%
GREEN value IS 92 (36.33% from 255) = 33.09%
BLUE value IS 65 (25.78% from 255) = 23.38%
R=43.53%
G=33.09%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121926500.240.460.5328.9330.1136.47
Hex795C410182E351d1e24
Octal1711341010305665353644
Binary1111001101110010000010110001011101101011110111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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