#81563D

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

Shades of Potters Clay #81563D

Tints of Potters Clay #81563D

Color information

#81563D (or 0x81563D) is unknown color: approx Potters Clay. HEX triplet: 81, 56 and 3D. RGB value is (129,86,61). Sum of RGB (Red+Green+Blue) = 129+86+61=276 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.74% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 129 - color contains mainly: red. Hex color #81563D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81563D is #7EA9C2. Grayscale: #606060. Windows color (decimal): -8300995 or 4019841. OLE color: 4019841.

HSL color Cylindrical-coordinate representation of color #81563D: hue angle of 22.06º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #81563D is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB1298661-
CMYK00.330.530.49
HSL22.06º35.79%37.25%-
HSV(B)22.06º52.71%50.59%-
XYZ13.2211.665.97-
YUV96.01108.25151.53-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.74%
GREEN value IS 86 (33.98% from 255) = 31.16%
BLUE value IS 61 (24.22% from 255) = 22.10%
R=46.74%
G=31.16%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129866100.330.530.4922.0635.7937.25
Hex81563D0213531162425
Octal201126750416561264445
Binary100000011010110111101010000111010111000110110100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81563D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81563D; }

 p { color: rgb(129,86,61); }

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

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

 a { background-color: rgb(129,86,61); }

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

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

 span { border-color: rgb(129,86,61); }

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