#81573C

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

Shades of Potters Clay #81573C

Tints of Potters Clay #81573C

Color information

#81573C (or 0x81573C) is unknown color: approx Potters Clay. HEX triplet: 81, 57 and 3C. RGB value is (129,87,60). Sum of RGB (Red+Green+Blue) = 129+87+60=276 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.74% from 276); Green value is 87 (34.38% from 255 or 31.52% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 129 - color contains mainly: red. Hex color #81573C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81573C is #7EA8C3. Grayscale: #606060. Windows color (decimal): -8300740 or 3954561. OLE color: 3954561.

HSL color Cylindrical-coordinate representation of color #81573C: hue angle of 23.48º degrees, saturation: 0.37, 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 #81573C is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB1298760-
CMYK00.330.530.49
HSL23.48º36.51%37.06%-
HSV(B)23.48º53.49%50.59%-
XYZ13.2811.815.85-
YUV96.48107.41151.2-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.74%
GREEN value IS 87 (34.38% from 255) = 31.52%
BLUE value IS 60 (23.83% from 255) = 21.74%
R=46.74%
G=31.52%
B=21.74%

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
Decimal129876000.330.530.4923.4836.5137.06
Hex81573C0213531172525
Octal201127740416561274545
Binary100000011010111111100010000111010111000110111100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81573C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81573C; }

 p { color: rgb(129,87,60); }

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

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

 a { background-color: rgb(129,87,60); }

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

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

 span { border-color: rgb(129,87,60); }

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