#83553A

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

Shades of Potters Clay #83553A

Tints of Potters Clay #83553A

Color information

#83553A (or 0x83553A) is unknown color: approx Potters Clay. HEX triplet: 83, 55 and 3A. RGB value is (131,85,58). Sum of RGB (Red+Green+Blue) = 131+85+58=274 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.81% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 58 (23.05% from 255 or 21.17% from 274); Max value from RGB is 131 - color contains mainly: red. Hex color #83553A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83553A is #7CAAC5. Grayscale: #5F5F5F. Windows color (decimal): -8170182 or 3822979. OLE color: 3822979.

HSL color Cylindrical-coordinate representation of color #83553A: hue angle of 22.19º 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 #83553A is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB1318558-
CMYK00.350.560.49
HSL22.19º38.62%37.06%-
HSV(B)22.19º55.73%51.37%-
XYZ13.3711.635.54-
YUV95.68106.74153.2-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.81%
GREEN value IS 85 (33.59% from 255) = 31.02%
BLUE value IS 58 (23.05% from 255) = 21.17%
R=47.81%
G=31.02%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131855800.350.560.4922.1938.6237.06
Hex83553A0233831162725
Octal203125720437061264745
Binary100000111010101111010010001111100011000110110100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83553A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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