Html Css Color HEX #845937 Potters Clay

📋 copy color: '#845937'

red 132 ◦ green 89 ◦ blue 55

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

Shades of Potters Clay #845937

Tints of Potters Clay #845937

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.25%

 BLUE value IS 55 (21.88% from 255) = 19.93%

R = 47.83%
G = 32.25%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#845937 (or 0x845937) is known color: Potters Clay. HEX triplet: 84, 59 and 37. RGB value is (132,89,55). Sum of RGB (Red+Green+Blue) = 132+89+55=276 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.83% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 55 (21.88% from 255 or 19.93% from 276); Max value from RGB is 132 - color contains mainly: red. Hex color #845937 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845937 is #7BA6C8. Grayscale: #626262. Windows color (decimal): -8103625 or 3627396. OLE color: 3627396.

HSL color Cylindrical-coordinate representation of color #845937: hue angle of 26.49º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #845937 is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 89 55 -
CMYK 0 0.33 0.58 0.48
HSL 26.49º 0.41% 0.37% -
HSV(B) 26.49º 0.58% 0.52% -
XYZ 13.78 12.33 5.27 -
YUV 97.98 103.75 152.26 -
System Red Green Blue C M Y K H S L
Decimal 132 89 55 0 0.33 0.58 0.48 26.49 0.41 0.37
Hex 84 59 37 0 21 3A 30 1A 29 25
Octal 204 131 67 0 41 72 60 32 51 45
Binary 10000100 1011001 110111 0 100001 111010 110000 11010 101001 100101

Color Harmonies of #845937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845937

Black with #845937

Text Example


Text Example

White with #845937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845937; }

 p { color: rgb(132,89,55); }

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

background-color css

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

 a { background-color: rgb(132,89,55); }

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

border-color css

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

 span { border-color: rgb(132,89,55); }

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