#835842

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

Shades of Potters Clay #835842

Tints of Potters Clay #835842

Color information

#835842 (or 0x835842) is unknown color: approx Potters Clay. HEX triplet: 83, 58 and 42. RGB value is (131,88,66). Sum of RGB (Red+Green+Blue) = 131+88+66=285 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.96% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 66 (26.17% from 255 or 23.16% from 285); Max value from RGB is 131 - color contains mainly: red. Hex color #835842 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835842 is #7CA7BD. Grayscale: #626262. Windows color (decimal): -8169406 or 4348035. OLE color: 4348035.

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

Color convert

RGB1318866-
CMYK00.330.500.49
HSL20.31º32.99%38.63%-
HSV(B)20.31º49.62%51.37%-
XYZ13.8312.26.78-
YUV98.35109.75151.29-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.96%
GREEN value IS 88 (34.77% from 255) = 30.88%
BLUE value IS 66 (26.17% from 255) = 23.16%
R=45.96%
G=30.88%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131886600.330.500.4920.3132.9938.63
Hex8358420213231142127
Octal2031301020416261244147
Binary1000001110110001000010010000111001011000110100100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835842; }

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

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

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

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

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

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

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

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