#835942

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

Shades of Potters Clay #835942

Tints of Potters Clay #835942

Color information

#835942 (or 0x835942) is unknown color: approx Potters Clay. HEX triplet: 83, 59 and 42. RGB value is (131,89,66). Sum of RGB (Red+Green+Blue) = 131+89+66=286 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.80% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 66 (26.17% from 255 or 23.08% from 286); Max value from RGB is 131 - color contains mainly: red. Hex color #835942 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835942 is #7CA6BD. Grayscale: #636363. Windows color (decimal): -8169150 or 4348291. OLE color: 4348291.

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

Color convert

RGB1318966-
CMYK00.320.500.49
HSL21.23º32.99%38.63%-
HSV(B)21.23º49.62%51.37%-
XYZ13.9212.366.81-
YUV98.94109.41150.87-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.80%
GREEN value IS 89 (35.16% from 255) = 31.12%
BLUE value IS 66 (26.17% from 255) = 23.08%
R=45.80%
G=31.12%
B=23.08%

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
Decimal131896600.320.500.4921.2332.9938.63
Hex8359420203231152127
Octal2031311020406261254147
Binary1000001110110011000010010000011001011000110101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835942; }

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

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

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

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

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

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

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

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