#83583C

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

Shades of Potters Clay #83583C

Tints of Potters Clay #83583C

Color information

#83583C (or 0x83583C) is unknown color: approx Potters Clay. HEX triplet: 83, 58 and 3C. RGB value is (131,88,60). Sum of RGB (Red+Green+Blue) = 131+88+60=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 131 - color contains mainly: red. Hex color #83583C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83583C is #7CA7C3. Grayscale: #616161. Windows color (decimal): -8169412 or 3954819. OLE color: 3954819.

HSL color Cylindrical-coordinate representation of color #83583C: hue angle of 23.66º 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 #83583C is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB1318860-
CMYK00.330.540.49
HSL23.66º37.17%37.45%-
HSV(B)23.66º54.2%51.37%-
XYZ13.6712.135.9-
YUV97.66106.75151.78-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.95%
GREEN value IS 88 (34.77% from 255) = 31.54%
BLUE value IS 60 (23.83% from 255) = 21.51%
R=46.95%
G=31.54%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131886000.330.540.4923.6637.1737.45
Hex83583C0213631182525
Octal203130740416661304545
Binary100000111011000111100010000111011011000111000100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83583C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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