Html Css Color HEX #845839 Potters Clay

📋 copy color: '#845839'

red 132 ◦ green 88 ◦ blue 57

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

Shades of Potters Clay #845839

Tints of Potters Clay #845839

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 20.58%

R = 47.65%
G = 31.77%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.48

RGB Variations

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

Color information

#845839 (or 0x845839) is known color: Potters Clay. HEX triplet: 84, 58 and 39. RGB value is (132,88,57). Sum of RGB (Red+Green+Blue) = 132+88+57=277 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.65% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 57 (22.66% from 255 or 20.58% from 277); Max value from RGB is 132 - color contains mainly: red. Hex color #845839 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845839 is #7BA7C6. Grayscale: #616161. Windows color (decimal): -8103879 or 3758212. OLE color: 3758212.

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

Color convert

RGB 132 88 57 -
CMYK 0 0.33 0.57 0.48
HSL 24.8º 0.4% 0.37% -
HSV(B) 24.8º 0.57% 0.52% -
XYZ 13.74 12.18 5.5 -
YUV 97.62 105.08 152.52 -
System Red Green Blue C M Y K H S L
Decimal 132 88 57 0 0.33 0.57 0.48 24.8 0.4 0.37
Hex 84 58 39 0 21 39 30 19 28 25
Octal 204 130 71 0 41 71 60 31 50 45
Binary 10000100 1011000 111001 0 100001 111001 110000 11001 101000 100101

Color Harmonies of #845839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845839

Black with #845839

Text Example


Text Example

White with #845839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845839; }

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

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

background-color css

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

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

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

border-color css

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

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

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