#815936

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

Shades of Potters Clay #815936

Tints of Potters Clay #815936

Color information

#815936 (or 0x815936) is unknown color: approx Potters Clay. HEX triplet: 81, 59 and 36. RGB value is (129,89,54). Sum of RGB (Red+Green+Blue) = 129+89+54=272 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.43% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 54 (21.48% from 255 or 19.85% from 272); Max value from RGB is 129 - color contains mainly: red. Hex color #815936 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815936 is #7EA6C9. Grayscale: #616161. Windows color (decimal): -8300234 or 3561857. OLE color: 3561857.

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

Color convert

RGB1298954-
CMYK00.310.580.49
HSL28º40.98%35.88%-
HSV(B)28º58.14%50.59%-
XYZ13.2912.085.12-
YUV96.97103.75150.85-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.43%
GREEN value IS 89 (35.16% from 255) = 32.72%
BLUE value IS 54 (21.48% from 255) = 19.85%
R=47.43%
G=32.72%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129895400.310.580.492840.9835.88
Hex81593601F3A311c2924
Octal201131660377261345144
Binary10000001101100111011001111111101011000111100101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815936; }

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

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

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

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

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

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

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

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