Html Css Color HEX #845841 Potters Clay

📋 copy color: '#845841'

red 132 ◦ green 88 ◦ blue 65

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

Shades of Potters Clay #845841

Tints of Potters Clay #845841

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.88%

 BLUE value IS 65 (25.78% from 255) = 22.81%

R = 46.32%
G = 30.88%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#845841 (or 0x845841) is known color: Potters Clay. HEX triplet: 84, 58 and 41. RGB value is (132,88,65). Sum of RGB (Red+Green+Blue) = 132+88+65=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 65 (25.78% from 255 or 22.81% from 285); Max value from RGB is 132 - color contains mainly: red. Hex color #845841 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845841 is #7BA7BE. Grayscale: #626262. Windows color (decimal): -8103871 or 4282500. OLE color: 4282500.

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

Color convert

RGB 132 88 65 -
CMYK 0 0.33 0.51 0.48
HSL 20.6º 0.34% 0.39% -
HSV(B) 20.6º 0.51% 0.52% -
XYZ 13.96 12.27 6.63 -
YUV 98.53 109.08 151.87 -
System Red Green Blue C M Y K H S L
Decimal 132 88 65 0 0.33 0.51 0.48 20.6 0.34 0.39
Hex 84 58 41 0 21 33 30 15 22 27
Octal 204 130 101 0 41 63 60 25 42 47
Binary 10000100 1011000 1000001 0 100001 110011 110000 10101 100010 100111

Color Harmonies of #845841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845841

Black with #845841

Text Example


Text Example

White with #845841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845841; }

 p { color: rgb(132,88,65); }

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

background-color css

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

 a { background-color: rgb(132,88,65); }

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

border-color css

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

 span { border-color: rgb(132,88,65); }

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