#835935

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

Shades of Potters Clay #835935

Tints of Potters Clay #835935

Color information

#835935 (or 0x835935) is unknown color: approx Potters Clay. HEX triplet: 83, 59 and 35. RGB value is (131,89,53). Sum of RGB (Red+Green+Blue) = 131+89+53=273 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.99% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 131 - color contains mainly: red. Hex color #835935 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835935 is #7CA6CA. Grayscale: #616161. Windows color (decimal): -8169163 or 3496323. OLE color: 3496323.

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

Color convert

RGB1318953-
CMYK00.320.600.49
HSL27.69º42.39%36.08%-
HSV(B)27.69º59.54%51.37%-
XYZ13.5812.235.01-
YUV97.45102.91151.93-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.99%
GREEN value IS 89 (35.16% from 255) = 32.60%
BLUE value IS 53 (21.09% from 255) = 19.41%
R=47.99%
G=32.60%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131895300.320.600.4927.6942.3936.08
Hex8359350203C311c2a24
Octal203131650407461345244
Binary100000111011001110101010000011110011000111100101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835935; }

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

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

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

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

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

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

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

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