#83573C

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

Shades of Potters Clay #83573C

Tints of Potters Clay #83573C

Color information

#83573C (or 0x83573C) is unknown color: approx Potters Clay. HEX triplet: 83, 57 and 3C. RGB value is (131,87,60). Sum of RGB (Red+Green+Blue) = 131+87+60=278 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.12% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 60 (23.83% from 255 or 21.58% from 278); Max value from RGB is 131 - color contains mainly: red. Hex color #83573C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83573C is #7CA8C3. Grayscale: #616161. Windows color (decimal): -8169668 or 3954563. OLE color: 3954563.

HSL color Cylindrical-coordinate representation of color #83573C: hue angle of 22.82º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #83573C is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB1318760-
CMYK00.340.540.49
HSL22.82º37.17%37.45%-
HSV(B)22.82º54.2%51.37%-
XYZ13.5811.975.87-
YUV97.08107.08152.2-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.12%
GREEN value IS 87 (34.38% from 255) = 31.29%
BLUE value IS 60 (23.83% from 255) = 21.58%
R=47.12%
G=31.29%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131876000.340.540.4922.8237.1737.45
Hex83573C0223631172525
Octal203127740426661274545
Binary100000111010111111100010001011011011000110111100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83573C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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