#7F593F

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

Shades of Potters Clay #7F593F

Tints of Potters Clay #7F593F

Color information

#7F593F (or 0x7F593F) is unknown color: approx Potters Clay. HEX triplet: 7F, 59 and 3F. RGB value is (127,89,63). Sum of RGB (Red+Green+Blue) = 127+89+63=279 (36% of max value = 765). Red value is 127 (50% from 255 or 45.52% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 127 - color contains mainly: red. Hex color #7F593F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F593F is #80A6C0. Grayscale: #616161. Windows color (decimal): -8431297 or 4151679. OLE color: 4151679.

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

Color convert

RGB1278963-
CMYK00.300.500.50
HSL24.38º33.68%37.25%-
HSV(B)24.38º50.39%49.8%-
XYZ13.2212.026.33-
YUV97.4108.59149.11-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 45.52%
GREEN value IS 89 (35.16% from 255) = 31.90%
BLUE value IS 63 (25% from 255) = 22.58%
R=45.52%
G=31.90%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.50
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127896300.300.500.5024.3833.6837.25
Hex7F593F01E3232182225
Octal177131770366262304245
Binary1111111101100111111101111011001011001011000100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F593F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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