#7F5847

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

Shades of Potters Clay #7F5847

Tints of Potters Clay #7F5847

Color information

#7F5847 (or 0x7F5847) is unknown color: approx Potters Clay. HEX triplet: 7F, 58 and 47. RGB value is (127,88,71). Sum of RGB (Red+Green+Blue) = 127+88+71=286 (37% of max value = 765). Red value is 127 (50% from 255 or 44.41% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 71 (28.12% from 255 or 24.83% from 286); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5847 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5847 is #80A7B8. Grayscale: #616161. Windows color (decimal): -8431545 or 4675711. OLE color: 4675711.

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

Color convert

RGB1278871-
CMYK00.310.440.50
HSL18.21º28.28%38.82%-
HSV(B)18.21º44.09%49.8%-
XYZ13.3811.957.56-
YUV97.72112.92148.88-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 44.41%
GREEN value IS 88 (34.77% from 255) = 30.77%
BLUE value IS 71 (28.12% from 255) = 24.83%
R=44.41%
G=30.77%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127887100.310.440.5018.2128.2838.82
Hex7F584701F2C32121c27
Octal1771301070375462223447
Binary1111111101100010001110111111011001100101001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,88,71); }

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

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

 a { background-color: rgb(127,88,71); }

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

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

 span { border-color: rgb(127,88,71); }

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