#815947

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

Shades of Potters Clay #815947

Tints of Potters Clay #815947

Color information

#815947 (or 0x815947) is unknown color: approx Potters Clay. HEX triplet: 81, 59 and 47. RGB value is (129,89,71). Sum of RGB (Red+Green+Blue) = 129+89+71=289 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.64% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 71 (28.12% from 255 or 24.57% from 289); Max value from RGB is 129 - color contains mainly: red. Hex color #815947 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815947 is #7EA6B8. Grayscale: #636363. Windows color (decimal): -8300217 or 4675969. OLE color: 4675969.

HSL color Cylindrical-coordinate representation of color #815947: hue angle of 18.62º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #815947 is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB1298971-
CMYK00.310.450.49
HSL18.62º29%39.22%-
HSV(B)18.62º44.96%50.59%-
XYZ13.7612.277.6-
YUV98.91112.25149.46-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.64%
GREEN value IS 89 (35.16% from 255) = 30.80%
BLUE value IS 71 (28.12% from 255) = 24.57%
R=44.64%
G=30.80%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129897100.310.450.4918.622939.22
Hex81594701F2D31131d27
Octal2011311070375561233547
Binary10000001101100110001110111111011011100011001111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815947; }

 p { color: rgb(129,89,71); }

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

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

 a { background-color: rgb(129,89,71); }

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

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

 span { border-color: rgb(129,89,71); }

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