#815836

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

Shades of Potters Clay #815836

Tints of Potters Clay #815836

Color information

#815836 (or 0x815836) is unknown color: approx Potters Clay. HEX triplet: 81, 58 and 36. RGB value is (129,88,54). Sum of RGB (Red+Green+Blue) = 129+88+54=271 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.60% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 54 (21.48% from 255 or 19.93% from 271); Max value from RGB is 129 - color contains mainly: red. Hex color #815836 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815836 is #7EA7C9. Grayscale: #606060. Windows color (decimal): -8300490 or 3561601. OLE color: 3561601.

HSL color Cylindrical-coordinate representation of color #815836: hue angle of 27.2º 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 #815836 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB1298854-
CMYK00.320.580.49
HSL27.2º40.98%35.88%-
HSV(B)27.2º58.14%50.59%-
XYZ13.2111.915.09-
YUV96.38104.08151.26-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.60%
GREEN value IS 88 (34.77% from 255) = 32.47%
BLUE value IS 54 (21.48% from 255) = 19.93%
R=47.60%
G=32.47%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129885400.320.580.4927.240.9835.88
Hex8158360203A311b2924
Octal201130660407261335144
Binary100000011011000110110010000011101011000111011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815836; }

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

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

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

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

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

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

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

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