#815944

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

Shades of Potters Clay #815944

Tints of Potters Clay #815944

Color information

#815944 (or 0x815944) is unknown color: approx Potters Clay. HEX triplet: 81, 59 and 44. RGB value is (129,89,68). Sum of RGB (Red+Green+Blue) = 129+89+68=286 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.10% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 68 (26.95% from 255 or 23.78% from 286); Max value from RGB is 129 - color contains mainly: red. Hex color #815944 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815944 is #7EA6BB. Grayscale: #626262. Windows color (decimal): -8300220 or 4479361. OLE color: 4479361.

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

Color convert

RGB1298968-
CMYK00.310.470.49
HSL20.66º30.96%38.63%-
HSV(B)20.66º47.29%50.59%-
XYZ13.6712.237.11-
YUV98.57110.75149.71-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.10%
GREEN value IS 89 (35.16% from 255) = 31.12%
BLUE value IS 68 (26.95% from 255) = 23.78%
R=45.10%
G=31.12%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129896800.310.470.4920.6630.9638.63
Hex81594401F2F31151f27
Octal2011311040375761253747
Binary10000001101100110001000111111011111100011010111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815944; }

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

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

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

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

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

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

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

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