#81553D

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

Shades of Potters Clay #81553D

Tints of Potters Clay #81553D

Color information

#81553D (or 0x81553D) is unknown color: approx Potters Clay. HEX triplet: 81, 55 and 3D. RGB value is (129,85,61). Sum of RGB (Red+Green+Blue) = 129+85+61=275 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.91% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 61 (24.22% from 255 or 22.18% from 275); Max value from RGB is 129 - color contains mainly: red. Hex color #81553D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81553D is #7EAAC2. Grayscale: #5F5F5F. Windows color (decimal): -8301251 or 4019585. OLE color: 4019585.

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

Color convert

RGB1298561-
CMYK00.340.530.49
HSL21.18º35.79%37.25%-
HSV(B)21.18º52.71%50.59%-
XYZ13.1411.55.94-
YUV95.42108.58151.95-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.91%
GREEN value IS 85 (33.59% from 255) = 30.91%
BLUE value IS 61 (24.22% from 255) = 22.18%
R=46.91%
G=30.91%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129856100.340.530.4921.1835.7937.25
Hex81553D0223531152425
Octal201125750426561254445
Binary100000011010101111101010001011010111000110101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81553D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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