#7F5C41

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

Shades of Potters Clay #7F5C41

Tints of Potters Clay #7F5C41

Color information

#7F5C41 (or 0x7F5C41) is unknown color: approx Potters Clay. HEX triplet: 7F, 5C and 41. RGB value is (127,92,65). Sum of RGB (Red+Green+Blue) = 127+92+65=284 (37% of max value = 765). Red value is 127 (50% from 255 or 44.72% from 284); Green value is 92 (36.33% from 255 or 32.39% from 284); Blue value is 65 (25.78% from 255 or 22.89% from 284); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5C41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5C41 is #80A3BE. Grayscale: #636363. Windows color (decimal): -8430527 or 4283519. OLE color: 4283519.

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

Color convert

RGB1279265-
CMYK00.280.490.50
HSL26.13º32.29%37.65%-
HSV(B)26.13º48.82%49.8%-
XYZ13.5312.556.71-
YUV99.39108.6147.7-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 44.72%
GREEN value IS 92 (36.33% from 255) = 32.39%
BLUE value IS 65 (25.78% from 255) = 22.89%
R=44.72%
G=32.39%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.49
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127926500.280.490.5026.1332.2937.65
Hex7F5C4101C31321a2026
Octal1771341010346162324046
Binary11111111011100100000101110011000111001011010100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,92,65); }

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

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

 a { background-color: rgb(127,92,65); }

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

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

 span { border-color: rgb(127,92,65); }

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