Html Css Color HEX #845837 Potters Clay

📋 copy color: '#845837'

red 132 ◦ green 88 ◦ blue 55

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

Shades of Potters Clay #845837

Tints of Potters Clay #845837

RGB

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

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

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

R = 48%
G = 32%
B = 20%

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

#845837 (or 0x845837) is known color: Potters Clay. HEX triplet: 84, 58 and 37. RGB value is (132,88,55). Sum of RGB (Red+Green+Blue) = 132+88+55=275 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 55 (21.88% from 255 or 20% from 275); Max value from RGB is 132 - color contains mainly: red. Hex color #845837 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845837 is #7BA7C8. Grayscale: #616161. Windows color (decimal): -8103881 or 3627140. OLE color: 3627140.

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

Color convert

RGB 132 88 55 -
CMYK 0 0.33 0.58 0.48
HSL 25.71º 0.41% 0.37% -
HSV(B) 25.71º 0.58% 0.52% -
XYZ 13.7 12.16 5.24 -
YUV 97.39 104.08 152.68 -
System Red Green Blue C M Y K H S L
Decimal 132 88 55 0 0.33 0.58 0.48 25.71 0.41 0.37
Hex 84 58 37 0 21 3A 30 1A 29 25
Octal 204 130 67 0 41 72 60 32 51 45
Binary 10000100 1011000 110111 0 100001 111010 110000 11010 101001 100101

Color Harmonies of #845837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845837

Black with #845837

Text Example


Text Example

White with #845837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845837; }

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

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

background-color css

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

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

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

border-color css

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

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

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