#845B36

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

Shades of Potters Clay #845B36

Tints of Potters Clay #845B36

Color information

#845B36 (or 0x845B36) is unknown color: approx Potters Clay. HEX triplet: 84, 5B and 36. RGB value is (132,91,54). Sum of RGB (Red+Green+Blue) = 132+91+54=277 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.65% from 277); Green value is 91 (35.94% from 255 or 32.85% from 277); Blue value is 54 (21.48% from 255 or 19.49% from 277); Max value from RGB is 132 - color contains mainly: red. Hex color #845B36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845B36 is #7BA4C9. Grayscale: #636363. Windows color (decimal): -8103114 or 3562372. OLE color: 3562372.

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

Color convert

RGB1329154-
CMYK00.310.590.48
HSL28.46º41.94%36.47%-
HSV(B)28.46º59.09%51.76%-
XYZ13.9212.655.2-
YUV99.04102.58151.51-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.65%
GREEN value IS 91 (35.94% from 255) = 32.85%
BLUE value IS 54 (21.48% from 255) = 19.49%
R=47.65%
G=32.85%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132915400.310.590.4828.4641.9436.47
Hex845B3601F3B301c2a24
Octal204133660377360345244
Binary10000100101101111011001111111101111000011100101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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