#83563A

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

Shades of Potters Clay #83563A

Tints of Potters Clay #83563A

Color information

#83563A (or 0x83563A) is unknown color: approx Potters Clay. HEX triplet: 83, 56 and 3A. RGB value is (131,86,58). Sum of RGB (Red+Green+Blue) = 131+86+58=275 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.64% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 131 - color contains mainly: red. Hex color #83563A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83563A is #7CA9C5. Grayscale: #606060. Windows color (decimal): -8169926 or 3823235. OLE color: 3823235.

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

Color convert

RGB1318658-
CMYK00.340.560.49
HSL23.01º38.62%37.06%-
HSV(B)23.01º55.73%51.37%-
XYZ13.4511.795.57-
YUV96.26106.41152.78-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.64%
GREEN value IS 86 (33.98% from 255) = 31.27%
BLUE value IS 58 (23.05% from 255) = 21.09%
R=47.64%
G=31.27%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131865800.340.560.4923.0138.6237.06
Hex83563A0223831172725
Octal203126720427061274745
Binary100000111010110111010010001011100011000110111100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83563A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83563A; }

 p { color: rgb(131,86,58); }

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

<style>
 a { background-color: #83563A; }

 a { background-color: rgb(131,86,58); }

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

<style>
 span { border-color: #83563A; }

 span { border-color: rgb(131,86,58); }

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