#815835

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

Shades of Potters Clay #815835

Tints of Potters Clay #815835

Color information

#815835 (or 0x815835) is unknown color: approx Potters Clay. HEX triplet: 81, 58 and 35. RGB value is (129,88,53). Sum of RGB (Red+Green+Blue) = 129+88+53=270 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.78% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 53 (21.09% from 255 or 19.63% from 270); Max value from RGB is 129 - color contains mainly: red. Hex color #815835 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815835 is #7EA7CA. Grayscale: #606060. Windows color (decimal): -8300491 or 3496065. OLE color: 3496065.

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

Color convert

RGB1298853-
CMYK00.320.590.49
HSL27.63º41.76%35.69%-
HSV(B)27.63º58.91%50.59%-
XYZ13.1911.94.97-
YUV96.27103.58151.35-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.78%
GREEN value IS 88 (34.77% from 255) = 32.59%
BLUE value IS 53 (21.09% from 255) = 19.63%
R=47.78%
G=32.59%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129885300.320.590.4927.6341.7635.69
Hex8158350203B311c2a24
Octal201130650407361345244
Binary100000011011000110101010000011101111000111100101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815835; }

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

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

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

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

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

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

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

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