#835940

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

Shades of Potters Clay #835940

Tints of Potters Clay #835940

Color information

#835940 (or 0x835940) is unknown color: approx Potters Clay. HEX triplet: 83, 59 and 40. RGB value is (131,89,64). Sum of RGB (Red+Green+Blue) = 131+89+64=284 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.13% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 64 (25.39% from 255 or 22.54% from 284); Max value from RGB is 131 - color contains mainly: red. Hex color #835940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835940 is #7CA6BF. Grayscale: #626262. Windows color (decimal): -8169152 or 4217219. OLE color: 4217219.

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

Color convert

RGB1318964-
CMYK00.320.510.49
HSL22.39º34.36%38.24%-
HSV(B)22.39º51.15%51.37%-
XYZ13.8612.346.5-
YUV98.71108.41151.03-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.13%
GREEN value IS 89 (35.16% from 255) = 31.34%
BLUE value IS 64 (25.39% from 255) = 22.54%
R=46.13%
G=31.34%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131896400.320.510.4922.3934.3638.24
Hex8359400203331162226
Octal2031311000406361264246
Binary1000001110110011000000010000011001111000110110100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835940; }

 p { color: rgb(131,89,64); }

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

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

 a { background-color: rgb(131,89,64); }

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

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

 span { border-color: rgb(131,89,64); }

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