#835936

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

Shades of Potters Clay #835936

Tints of Potters Clay #835936

Color information

#835936 (or 0x835936) is unknown color: approx Potters Clay. HEX triplet: 83, 59 and 36. RGB value is (131,89,54). Sum of RGB (Red+Green+Blue) = 131+89+54=274 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.81% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 54 (21.48% from 255 or 19.71% from 274); Max value from RGB is 131 - color contains mainly: red. Hex color #835936 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835936 is #7CA6C9. Grayscale: #616161. Windows color (decimal): -8169162 or 3561859. OLE color: 3561859.

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

Color convert

RGB1318954-
CMYK00.320.590.49
HSL27.27º41.62%36.27%-
HSV(B)27.27º58.78%51.37%-
XYZ13.612.245.14-
YUV97.57103.41151.85-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.81%
GREEN value IS 89 (35.16% from 255) = 32.48%
BLUE value IS 54 (21.48% from 255) = 19.71%
R=47.81%
G=32.48%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131895400.320.590.4927.2741.6236.27
Hex8359360203B311b2a24
Octal203131660407361335244
Binary100000111011001110110010000011101111000111011101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835936; }

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

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

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

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

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

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

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

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