Html Css Color HEX #845740 Potters Clay

📋 copy color: '#845740'

red 132 ◦ green 87 ◦ blue 64

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

Shades of Potters Clay #845740

Tints of Potters Clay #845740

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.74%

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

R = 46.64%
G = 30.74%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#845740 (or 0x845740) is known color: Potters Clay. HEX triplet: 84, 57 and 40. RGB value is (132,87,64). Sum of RGB (Red+Green+Blue) = 132+87+64=283 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.64% from 283); Green value is 87 (34.38% from 255 or 30.74% from 283); Blue value is 64 (25.39% from 255 or 22.61% from 283); Max value from RGB is 132 - color contains mainly: red. Hex color #845740 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845740 is #7BA8BF. Grayscale: #616161. Windows color (decimal): -8104128 or 4216708. OLE color: 4216708.

HSL color Cylindrical-coordinate representation of color #845740: hue angle of 20.29º 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 #845740 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 87 64 -
CMYK 0 0.34 0.52 0.48
HSL 20.29º 0.35% 0.38% -
HSV(B) 20.29º 0.52% 0.52% -
XYZ 13.85 12.09 6.45 -
YUV 97.83 108.91 152.37 -
System Red Green Blue C M Y K H S L
Decimal 132 87 64 0 0.34 0.52 0.48 20.29 0.35 0.38
Hex 84 57 40 0 22 34 30 14 23 26
Octal 204 127 100 0 42 64 60 24 43 46
Binary 10000100 1010111 1000000 0 100010 110100 110000 10100 100011 100110

Color Harmonies of #845740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845740

Black with #845740

Text Example


Text Example

White with #845740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845740; }

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

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

background-color css

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

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

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

border-color css

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

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

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