#835A46

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

Shades of Potters Clay #835A46

Tints of Potters Clay #835A46

Color information

#835A46 (or 0x835A46) is unknown color: approx Potters Clay. HEX triplet: 83, 5A and 46. RGB value is (131,90,70). Sum of RGB (Red+Green+Blue) = 131+90+70=291 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.02% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 70 (27.73% from 255 or 24.05% from 291); Max value from RGB is 131 - color contains mainly: red. Hex color #835A46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835A46 is #7CA5B9. Grayscale: #646464. Windows color (decimal): -8168890 or 4610691. OLE color: 4610691.

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

Color convert

RGB1319070-
CMYK00.310.470.49
HSL19.67º30.35%39.41%-
HSV(B)19.67º46.56%51.37%-
XYZ14.1212.587.48-
YUV99.98111.08150.13-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.02%
GREEN value IS 90 (35.55% from 255) = 30.93%
BLUE value IS 70 (27.73% from 255) = 24.05%
R=45.02%
G=30.93%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131907000.310.470.4919.6730.3539.41
Hex835A4601F2F31141e27
Octal2031321060375761243647
Binary10000011101101010001100111111011111100011010011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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