#835E3A

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

Shades of Potters Clay #835E3A

Tints of Potters Clay #835E3A

Color information

#835E3A (or 0x835E3A) is unknown color: approx Potters Clay. HEX triplet: 83, 5E and 3A. RGB value is (131,94,58). Sum of RGB (Red+Green+Blue) = 131+94+58=283 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.29% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 131 - color contains mainly: red. Hex color #835E3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835E3A is #7CA1C5. Grayscale: #656565. Windows color (decimal): -8167878 or 3825283. OLE color: 3825283.

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

Color convert

RGB1319458-
CMYK00.280.560.49
HSL29.59º38.62%37.06%-
HSV(B)29.59º55.73%51.37%-
XYZ14.1313.145.79-
YUV100.96103.76149.43-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.29%
GREEN value IS 94 (37.11% from 255) = 33.22%
BLUE value IS 58 (23.05% from 255) = 20.49%
R=46.29%
G=33.22%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131945800.280.560.4929.5938.6237.06
Hex835E3A01C38311e2725
Octal203136720347061364745
Binary10000011101111011101001110011100011000111110100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,94,58); }

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

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

 a { background-color: rgb(131,94,58); }

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

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

 span { border-color: rgb(131,94,58); }

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