#815842

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

Shades of Potters Clay #815842

Tints of Potters Clay #815842

Color information

#815842 (or 0x815842) is unknown color: approx Potters Clay. HEX triplet: 81, 58 and 42. RGB value is (129,88,66). Sum of RGB (Red+Green+Blue) = 129+88+66=283 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.58% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 66 (26.17% from 255 or 23.32% from 283); Max value from RGB is 129 - color contains mainly: red. Hex color #815842 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815842 is #7EA7BD. Grayscale: #616161. Windows color (decimal): -8300478 or 4348033. OLE color: 4348033.

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

Color convert

RGB1298866-
CMYK00.320.490.49
HSL20.95º32.31%38.24%-
HSV(B)20.95º48.84%50.59%-
XYZ13.5312.046.77-
YUV97.75110.08150.29-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.58%
GREEN value IS 88 (34.77% from 255) = 31.10%
BLUE value IS 66 (26.17% from 255) = 23.32%
R=45.58%
G=31.10%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129886600.320.490.4920.9532.3138.24
Hex8158420203131152026
Octal2011301020406161254046
Binary1000000110110001000010010000011000111000110101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815842; }

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

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

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

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

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

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

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

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