#845C3D

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

Shades of Potters Clay #845C3D

Tints of Potters Clay #845C3D

Color information

#845C3D (or 0x845C3D) is unknown color: approx Potters Clay. HEX triplet: 84, 5C and 3D. RGB value is (132,92,61). Sum of RGB (Red+Green+Blue) = 132+92+61=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 132 - color contains mainly: red. Hex color #845C3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845C3D is #7BA3C2. Grayscale: #646464. Windows color (decimal): -8102851 or 4021380. OLE color: 4021380.

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

Color convert

RGB1329261-
CMYK00.300.540.48
HSL26.2º36.79%37.84%-
HSV(B)26.2º53.79%51.76%-
XYZ14.1912.96.16-
YUV100.43105.75150.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.32%
GREEN value IS 92 (36.33% from 255) = 32.28%
BLUE value IS 61 (24.22% from 255) = 21.40%
R=46.32%
G=32.28%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132926100.300.540.4826.236.7937.84
Hex845C3D01E36301a2526
Octal204134750366660324546
Binary10000100101110011110101111011011011000011010100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,92,61); }

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

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

 a { background-color: rgb(132,92,61); }

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

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

 span { border-color: rgb(132,92,61); }

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