#7F5F40

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

Shades of Potters Clay #7F5F40

Tints of Potters Clay #7F5F40

Color information

#7F5F40 (or 0x7F5F40) is unknown color: approx Potters Clay. HEX triplet: 7F, 5F and 40. RGB value is (127,95,64). Sum of RGB (Red+Green+Blue) = 127+95+64=286 (37% of max value = 765). Red value is 127 (50% from 255 or 44.41% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5F40 is #80A0BF. Grayscale: #656565. Windows color (decimal): -8429760 or 4218751. OLE color: 4218751.

HSL color Cylindrical-coordinate representation of color #7F5F40: hue angle of 29.52º degrees, saturation: 0.33, 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 #7F5F40 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.50.

Color convert

RGB1279564-
CMYK00.250.500.50
HSL29.52º32.98%37.45%-
HSV(B)29.52º49.61%49.8%-
XYZ13.7713.076.65-
YUV101.03107.1146.52-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 44.41%
GREEN value IS 95 (37.5% from 255) = 33.22%
BLUE value IS 64 (25.39% from 255) = 22.38%
R=44.41%
G=33.22%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.50
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127956400.250.500.5029.5232.9837.45
Hex7F5F4001932321e2125
Octal1771371000316262364145
Binary11111111011111100000001100111001011001011110100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,95,64); }

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

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

 a { background-color: rgb(127,95,64); }

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

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

 span { border-color: rgb(127,95,64); }

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