#835941

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

Shades of Potters Clay #835941

Tints of Potters Clay #835941

Color information

#835941 (or 0x835941) is unknown color: approx Potters Clay. HEX triplet: 83, 59 and 41. RGB value is (131,89,65). Sum of RGB (Red+Green+Blue) = 131+89+65=285 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.96% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 65 (25.78% from 255 or 22.81% from 285); Max value from RGB is 131 - color contains mainly: red. Hex color #835941 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835941 is #7CA6BE. Grayscale: #626262. Windows color (decimal): -8169151 or 4282755. OLE color: 4282755.

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

Color convert

RGB1318965-
CMYK00.320.500.49
HSL21.82º33.67%38.43%-
HSV(B)21.82º50.38%51.37%-
XYZ13.8912.356.65-
YUV98.82108.91150.95-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.96%
GREEN value IS 89 (35.16% from 255) = 31.23%
BLUE value IS 65 (25.78% from 255) = 22.81%
R=45.96%
G=31.23%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131896500.320.500.4921.8233.6738.43
Hex8359410203231162226
Octal2031311010406261264246
Binary1000001110110011000001010000011001011000110110100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835941; }

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

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

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

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

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

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

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

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