#835B3F

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

Shades of Potters Clay #835B3F

Tints of Potters Clay #835B3F

Color information

#835B3F (or 0x835B3F) is unknown color: approx Potters Clay. HEX triplet: 83, 5B and 3F. RGB value is (131,91,63). Sum of RGB (Red+Green+Blue) = 131+91+63=285 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.96% from 285); Green value is 91 (35.94% from 255 or 31.93% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 131 - color contains mainly: red. Hex color #835B3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835B3F is #7CA4C0. Grayscale: #636363. Windows color (decimal): -8168641 or 4152195. OLE color: 4152195.

HSL color Cylindrical-coordinate representation of color #835B3F: hue angle of 24.71º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #835B3F is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB1319163-
CMYK00.310.520.49
HSL24.71º35.05%38.04%-
HSV(B)24.71º51.91%51.37%-
XYZ1412.676.41-
YUV99.77107.25150.28-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.96%
GREEN value IS 91 (35.94% from 255) = 31.93%
BLUE value IS 63 (25% from 255) = 22.11%
R=45.96%
G=31.93%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131916300.310.520.4924.7135.0538.04
Hex835B3F01F3431192326
Octal203133770376461314346
Binary10000011101101111111101111111010011000111001100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835B3F; }

 p { color: rgb(131,91,63); }

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

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

 a { background-color: rgb(131,91,63); }

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

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

 span { border-color: rgb(131,91,63); }

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