#845B39

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

Shades of Potters Clay #845B39

Tints of Potters Clay #845B39

Color information

#845B39 (or 0x845B39) is unknown color: approx Potters Clay. HEX triplet: 84, 5B and 39. RGB value is (132,91,57). Sum of RGB (Red+Green+Blue) = 132+91+57=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 91 (35.94% from 255 or 32.5% from 280); Blue value is 57 (22.66% from 255 or 20.36% from 280); Max value from RGB is 132 - color contains mainly: red. Hex color #845B39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845B39 is #7BA4C6. Grayscale: #636363. Windows color (decimal): -8103111 or 3758980. OLE color: 3758980.

HSL color Cylindrical-coordinate representation of color #845B39: hue angle of 27.2º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #845B39 is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.48.

Color convert

RGB1329157-
CMYK00.310.570.48
HSL27.2º39.68%37.06%-
HSV(B)27.2º56.82%51.76%-
XYZ1412.685.58-
YUV99.38104.08151.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.14%
GREEN value IS 91 (35.94% from 255) = 32.5%
BLUE value IS 57 (22.66% from 255) = 20.36%
R=47.14%
G=32.5%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.57
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132915700.310.570.4827.239.6837.06
Hex845B3901F39301b2825
Octal204133710377160335045
Binary10000100101101111100101111111100111000011011101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845B39; }

 p { color: rgb(132,91,57); }

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

<style>
 a { background-color: #845B39; }

 a { background-color: rgb(132,91,57); }

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

<style>
 span { border-color: #845B39; }

 span { border-color: rgb(132,91,57); }

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