#835A3A

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

Shades of Potters Clay #835A3A

Tints of Potters Clay #835A3A

Color information

#835A3A (or 0x835A3A) is unknown color: approx Potters Clay. HEX triplet: 83, 5A and 3A. RGB value is (131,90,58). Sum of RGB (Red+Green+Blue) = 131+90+58=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 58 (23.05% from 255 or 20.79% from 279); Max value from RGB is 131 - color contains mainly: red. Hex color #835A3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835A3A is #7CA5C5. Grayscale: #626262. Windows color (decimal): -8168902 or 3824259. OLE color: 3824259.

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

Color convert

RGB1319058-
CMYK00.310.560.49
HSL26.3º38.62%37.06%-
HSV(B)26.3º55.73%51.37%-
XYZ13.7812.445.68-
YUV98.61105.08151.1-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.95%
GREEN value IS 90 (35.55% from 255) = 32.26%
BLUE value IS 58 (23.05% from 255) = 20.79%
R=46.95%
G=32.26%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131905800.310.560.4926.338.6237.06
Hex835A3A01F38311a2725
Octal203132720377061324745
Binary10000011101101011101001111111100011000111010100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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