#835539

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

Shades of Potters Clay #835539

Tints of Potters Clay #835539

Color information

#835539 (or 0x835539) is unknown color: approx Potters Clay. HEX triplet: 83, 55 and 39. RGB value is (131,85,57). Sum of RGB (Red+Green+Blue) = 131+85+57=273 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.99% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 57 (22.66% from 255 or 20.88% from 273); Max value from RGB is 131 - color contains mainly: red. Hex color #835539 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835539 is #7CAAC6. Grayscale: #5F5F5F. Windows color (decimal): -8170183 or 3757443. OLE color: 3757443.

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

Color convert

RGB1318557-
CMYK00.350.560.49
HSL22.7º39.36%36.86%-
HSV(B)22.7º56.49%51.37%-
XYZ13.3511.625.41-
YUV95.56106.24153.28-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.99%
GREEN value IS 85 (33.59% from 255) = 31.14%
BLUE value IS 57 (22.66% from 255) = 20.88%
R=47.99%
G=31.14%
B=20.88%

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
Decimal131855700.350.560.4922.739.3636.86
Hex8355390233831172725
Octal203125710437061274745
Binary100000111010101111001010001111100011000110111100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835539; }

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

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

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

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

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

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

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

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