#81593D

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

Shades of Potters Clay #81593D

Tints of Potters Clay #81593D

Color information

#81593D (or 0x81593D) is unknown color: approx Potters Clay. HEX triplet: 81, 59 and 3D. RGB value is (129,89,61). Sum of RGB (Red+Green+Blue) = 129+89+61=279 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.24% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 129 - color contains mainly: red. Hex color #81593D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81593D is #7EA6C2. Grayscale: #616161. Windows color (decimal): -8300227 or 4020609. OLE color: 4020609.

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

Color convert

RGB1298961-
CMYK00.310.530.49
HSL24.71º35.79%37.25%-
HSV(B)24.71º52.71%50.59%-
XYZ13.4712.156.05-
YUV97.77107.25150.28-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.24%
GREEN value IS 89 (35.16% from 255) = 31.90%
BLUE value IS 61 (24.22% from 255) = 21.86%
R=46.24%
G=31.90%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129896100.310.530.4924.7135.7937.25
Hex81593D01F3531192425
Octal201131750376561314445
Binary10000001101100111110101111111010111000111001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81593D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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