#81573D

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

Shades of Potters Clay #81573D

Tints of Potters Clay #81573D

Color information

#81573D (or 0x81573D) is unknown color: approx Potters Clay. HEX triplet: 81, 57 and 3D. RGB value is (129,87,61). Sum of RGB (Red+Green+Blue) = 129+87+61=277 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.57% from 277); Green value is 87 (34.38% from 255 or 31.41% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 129 - color contains mainly: red. Hex color #81573D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81573D is #7EA8C2. Grayscale: #606060. Windows color (decimal): -8300739 or 4020097. OLE color: 4020097.

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

Color convert

RGB1298761-
CMYK00.330.530.49
HSL22.94º35.79%37.25%-
HSV(B)22.94º52.71%50.59%-
XYZ13.311.826-
YUV96.59107.91151.11-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.57%
GREEN value IS 87 (34.38% from 255) = 31.41%
BLUE value IS 61 (24.22% from 255) = 22.02%
R=46.57%
G=31.41%
B=22.02%

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
Decimal129876100.330.530.4922.9435.7937.25
Hex81573D0213531172425
Octal201127750416561274445
Binary100000011010111111101010000111010111000110111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81573D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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