Html Css Color HEX #845843 Potters Clay

📋 copy color: '#845843'

red 132 ◦ green 88 ◦ blue 67

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

Shades of Potters Clay #845843

Tints of Potters Clay #845843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 23.34%

R = 45.99%
G = 30.66%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.48

RGB Variations

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

Color information

#845843 (or 0x845843) is known color: Potters Clay. HEX triplet: 84, 58 and 43. RGB value is (132,88,67). Sum of RGB (Red+Green+Blue) = 132+88+67=287 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.99% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 67 (26.56% from 255 or 23.34% from 287); Max value from RGB is 132 - color contains mainly: red. Hex color #845843 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845843 is #7BA7BC. Grayscale: #626262. Windows color (decimal): -8103869 or 4413572. OLE color: 4413572.

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

Color convert

RGB 132 88 67 -
CMYK 0 0.33 0.49 0.48
HSL 19.38º 0.33% 0.39% -
HSV(B) 19.38º 0.49% 0.52% -
XYZ 14.02 12.29 6.94 -
YUV 98.76 110.08 151.71 -
System Red Green Blue C M Y K H S L
Decimal 132 88 67 0 0.33 0.49 0.48 19.38 0.33 0.39
Hex 84 58 43 0 21 31 30 13 21 27
Octal 204 130 103 0 41 61 60 23 41 47
Binary 10000100 1011000 1000011 0 100001 110001 110000 10011 100001 100111

Color Harmonies of #845843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845843

Black with #845843

Text Example


Text Example

White with #845843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845843; }

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

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

background-color css

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

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

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

border-color css

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

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

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