#835B38

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

Shades of Potters Clay #835B38

Tints of Potters Clay #835B38

Color information

#835B38 (or 0x835B38) is unknown color: approx Potters Clay. HEX triplet: 83, 5B and 38. RGB value is (131,91,56). Sum of RGB (Red+Green+Blue) = 131+91+56=278 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.12% from 278); Green value is 91 (35.94% from 255 or 32.73% from 278); Blue value is 56 (22.27% from 255 or 20.14% from 278); Max value from RGB is 131 - color contains mainly: red. Hex color #835B38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835B38 is #7CA4C7. Grayscale: #636363. Windows color (decimal): -8168648 or 3693443. OLE color: 3693443.

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

Color convert

RGB1319156-
CMYK00.310.570.49
HSL28º40.11%36.67%-
HSV(B)28º57.25%51.37%-
XYZ13.8112.595.44-
YUV98.97103.75150.85-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.12%
GREEN value IS 91 (35.94% from 255) = 32.73%
BLUE value IS 56 (22.27% from 255) = 20.14%
R=47.12%
G=32.73%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131915600.310.570.492840.1136.67
Hex835B3801F39311c2825
Octal203133700377161345045
Binary10000011101101111100001111111100111000111100101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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