#7F5944

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

Shades of Potters Clay #7F5944

Tints of Potters Clay #7F5944

Color information

#7F5944 (or 0x7F5944) is unknown color: approx Potters Clay. HEX triplet: 7F, 59 and 44. RGB value is (127,89,68). Sum of RGB (Red+Green+Blue) = 127+89+68=284 (37% of max value = 765). Red value is 127 (50% from 255 or 44.72% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 68 (26.95% from 255 or 23.94% from 284); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5944 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5944 is #80A6BB. Grayscale: #626262. Windows color (decimal): -8431292 or 4479359. OLE color: 4479359.

HSL color Cylindrical-coordinate representation of color #7F5944: hue angle of 21.36º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F5944 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.50.

Color convert

RGB1278968-
CMYK00.300.460.50
HSL21.36º30.26%38.24%-
HSV(B)21.36º46.46%49.8%-
XYZ13.3712.077.09-
YUV97.97111.09148.71-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 44.72%
GREEN value IS 89 (35.16% from 255) = 31.34%
BLUE value IS 68 (26.95% from 255) = 23.94%
R=44.72%
G=31.34%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127896800.300.460.5021.3630.2638.24
Hex7F594401E2E32151e26
Octal1771311040365662253646
Binary1111111101100110001000111101011101100101010111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F5944; }

 p { color: rgb(127,89,68); }

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

<style>
 a { background-color: #7F5944; }

 a { background-color: rgb(127,89,68); }

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

<style>
 span { border-color: #7F5944; }

 span { border-color: rgb(127,89,68); }

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