#83583F

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

Shades of Potters Clay #83583F

Tints of Potters Clay #83583F

Color information

#83583F (or 0x83583F) is unknown color: approx Potters Clay. HEX triplet: 83, 58 and 3F. RGB value is (131,88,63). Sum of RGB (Red+Green+Blue) = 131+88+63=282 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.45% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 131 - color contains mainly: red. Hex color #83583F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83583F is #7CA7C0. Grayscale: #626262. Windows color (decimal): -8169409 or 4151427. OLE color: 4151427.

HSL color Cylindrical-coordinate representation of color #83583F: hue angle of 22.06º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #83583F is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB1318863-
CMYK00.330.520.49
HSL22.06º35.05%38.04%-
HSV(B)22.06º51.91%51.37%-
XYZ13.7512.166.33-
YUV98.01108.25151.53-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.45%
GREEN value IS 88 (34.77% from 255) = 31.21%
BLUE value IS 63 (25% from 255) = 22.34%
R=46.45%
G=31.21%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131886300.330.520.4922.0635.0538.04
Hex83583F0213431162326
Octal203130770416461264346
Binary100000111011000111111010000111010011000110110100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83583F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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