#7F593E

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

Shades of Potters Clay #7F593E

Tints of Potters Clay #7F593E

Color information

#7F593E (or 0x7F593E) is unknown color: approx Potters Clay. HEX triplet: 7F, 59 and 3E. RGB value is (127,89,62). Sum of RGB (Red+Green+Blue) = 127+89+62=278 (36% of max value = 765). Red value is 127 (50% from 255 or 45.68% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 62 (24.61% from 255 or 22.30% from 278); Max value from RGB is 127 - color contains mainly: red. Hex color #7F593E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F593E is #80A6C1. Grayscale: #616161. Windows color (decimal): -8431298 or 4086143. OLE color: 4086143.

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

Color convert

RGB1278962-
CMYK00.300.510.50
HSL24.92º34.39%37.06%-
HSV(B)24.92º51.18%49.8%-
XYZ13.19126.18-
YUV97.28108.09149.2-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 45.68%
GREEN value IS 89 (35.16% from 255) = 32.01%
BLUE value IS 62 (24.61% from 255) = 22.30%
R=45.68%
G=32.01%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127896200.300.510.5024.9234.3937.06
Hex7F593E01E3332192225
Octal177131760366362314245
Binary1111111101100111111001111011001111001011001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F593E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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