#815840

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

Shades of Potters Clay #815840

Tints of Potters Clay #815840

Color information

#815840 (or 0x815840) is unknown color: approx Potters Clay. HEX triplet: 81, 58 and 40. RGB value is (129,88,64). Sum of RGB (Red+Green+Blue) = 129+88+64=281 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.91% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 129 - color contains mainly: red. Hex color #815840 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815840 is #7EA7BF. Grayscale: #616161. Windows color (decimal): -8300480 or 4216961. OLE color: 4216961.

HSL color Cylindrical-coordinate representation of color #815840: hue angle of 22.15º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #815840 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB1298864-
CMYK00.320.500.49
HSL22.15º33.68%37.84%-
HSV(B)22.15º50.39%50.59%-
XYZ13.4712.026.46-
YUV97.52109.08150.45-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.91%
GREEN value IS 88 (34.77% from 255) = 31.32%
BLUE value IS 64 (25.39% from 255) = 22.78%
R=45.91%
G=31.32%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129886400.320.500.4922.1533.6837.84
Hex8158400203231162226
Octal2011301000406261264246
Binary1000000110110001000000010000011001011000110110100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815840; }

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

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

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

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

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

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

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

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