#835C38

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

Shades of Potters Clay #835C38

Tints of Potters Clay #835C38

Color information

#835C38 (or 0x835C38) is unknown color: approx Potters Clay. HEX triplet: 83, 5C and 38. RGB value is (131,92,56). Sum of RGB (Red+Green+Blue) = 131+92+56=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 56 (22.27% from 255 or 20.07% from 279); Max value from RGB is 131 - color contains mainly: red. Hex color #835C38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835C38 is #7CA3C7. Grayscale: #636363. Windows color (decimal): -8168392 or 3693699. OLE color: 3693699.

HSL color Cylindrical-coordinate representation of color #835C38: hue angle of 28.8º 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 #835C38 is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB1319256-
CMYK00.300.570.49
HSL28.8º40.11%36.67%-
HSV(B)28.8º57.25%51.37%-
XYZ13.912.775.47-
YUV99.56103.42150.43-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.95%
GREEN value IS 92 (36.33% from 255) = 32.97%
BLUE value IS 56 (22.27% from 255) = 20.07%
R=46.95%
G=32.97%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131925600.300.570.4928.840.1136.67
Hex835C3801E39311d2825
Octal203134700367161355045
Binary10000011101110011100001111011100111000111101101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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