Html Css Color HEX #845D40 Potters Clay

📋 copy color: '#845D40'

red 132 ◦ green 93 ◦ blue 64

#845D40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Potters Clay #845D40

Tints of Potters Clay #845D40

RGB

 RED value IS 132 (51.95% from 255) = 45.67%

 GREEN value IS 93 (36.72% from 255) = 32.18%

 BLUE value IS 64 (25.39% from 255) = 22.15%

R = 45.67%
G = 32.18%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#845D40 (or 0x845D40) is known color: Potters Clay. HEX triplet: 84, 5D and 40. RGB value is (132,93,64). Sum of RGB (Red+Green+Blue) = 132+93+64=289 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.67% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 132 - color contains mainly: red. Hex color #845D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845D40 is #7BA2BF. Grayscale: #656565. Windows color (decimal): -8102592 or 4218244. OLE color: 4218244.

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

Color convert

RGB 132 93 64 -
CMYK 0 0.30 0.52 0.48
HSL 25.59º 0.35% 0.38% -
HSV(B) 25.59º 0.52% 0.52% -
XYZ 14.36 13.1 6.62 -
YUV 101.36 106.92 149.86 -
System Red Green Blue C M Y K H S L
Decimal 132 93 64 0 0.30 0.52 0.48 25.59 0.35 0.38
Hex 84 5D 40 0 1E 34 30 1A 23 26
Octal 204 135 100 0 36 64 60 32 43 46
Binary 10000100 1011101 1000000 0 11110 110100 110000 11010 100011 100110

Color Harmonies of #845D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845D40

Black with #845D40

Text Example


Text Example

White with #845D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,93,64); }

 H1.HeaderClassName
 {
   color: #845D40;
 }
 .AnyTagClassName
 {
   color: #845D40;
 }
</style>

background-color css

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

 a { background-color: rgb(132,93,64); }

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

border-color css

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

 span { border-color: rgb(132,93,64); }

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