#7F5939

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

Shades of Potters Clay #7F5939

Tints of Potters Clay #7F5939

Color information

#7F5939 (or 0x7F5939) is unknown color: approx Potters Clay. HEX triplet: 7F, 59 and 39. RGB value is (127,89,57). Sum of RGB (Red+Green+Blue) = 127+89+57=273 (36% of max value = 765). Red value is 127 (50% from 255 or 46.52% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 57 (22.66% from 255 or 20.88% from 273); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5939 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5939 is #80A6C6. Grayscale: #606060. Windows color (decimal): -8431303 or 3758463. OLE color: 3758463.

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

Color convert

RGB1278957-
CMYK00.300.550.50
HSL27.43º38.04%36.08%-
HSV(B)27.43º55.12%49.8%-
XYZ13.0611.955.49-
YUV96.71105.59149.6-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 46.52%
GREEN value IS 89 (35.16% from 255) = 32.60%
BLUE value IS 57 (22.66% from 255) = 20.88%
R=46.52%
G=32.60%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127895700.300.550.5027.4338.0436.08
Hex7F593901E37321b2624
Octal177131710366762334644
Binary1111111101100111100101111011011111001011011100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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