#835B45

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

Shades of Potters Clay #835B45

Tints of Potters Clay #835B45

Color information

#835B45 (or 0x835B45) is unknown color: approx Potters Clay. HEX triplet: 83, 5B and 45. RGB value is (131,91,69). Sum of RGB (Red+Green+Blue) = 131+91+69=291 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.02% from 291); Green value is 91 (35.94% from 255 or 31.27% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 131 - color contains mainly: red. Hex color #835B45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835B45 is #7CA4BA. Grayscale: #646464. Windows color (decimal): -8168635 or 4545411. OLE color: 4545411.

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

Color convert

RGB1319169-
CMYK00.310.470.49
HSL21.29º31%39.22%-
HSV(B)21.29º47.33%51.37%-
XYZ14.1812.747.34-
YUV100.45110.25149.79-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.02%
GREEN value IS 91 (35.94% from 255) = 31.27%
BLUE value IS 69 (27.34% from 255) = 23.71%
R=45.02%
G=31.27%
B=23.71%

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
Decimal131916900.310.470.4921.293139.22
Hex835B4501F2F31151f27
Octal2031331050375761253747
Binary10000011101101110001010111111011111100011010111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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