#815844

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

Shades of Potters Clay #815844

Tints of Potters Clay #815844

Color information

#815844 (or 0x815844) is unknown color: approx Potters Clay. HEX triplet: 81, 58 and 44. RGB value is (129,88,68). Sum of RGB (Red+Green+Blue) = 129+88+68=285 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.26% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 68 (26.95% from 255 or 23.86% from 285); Max value from RGB is 129 - color contains mainly: red. Hex color #815844 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815844 is #7EA7BB. Grayscale: #626262. Windows color (decimal): -8300476 or 4479105. OLE color: 4479105.

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

Color convert

RGB1298868-
CMYK00.320.470.49
HSL19.67º30.96%38.63%-
HSV(B)19.67º47.29%50.59%-
XYZ13.5912.067.08-
YUV97.98111.08150.13-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.26%
GREEN value IS 88 (34.77% from 255) = 30.88%
BLUE value IS 68 (26.95% from 255) = 23.86%
R=45.26%
G=30.88%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129886800.320.470.4919.6730.9638.63
Hex8158440202F31141f27
Octal2011301040405761243747
Binary100000011011000100010001000001011111100011010011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815844; }

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

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

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

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

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

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

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

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