Html Css Color HEX #845945 Potters Clay

📋 copy color: '#845945'

red 132 ◦ green 89 ◦ blue 69

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

Shades of Potters Clay #845945

Tints of Potters Clay #845945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.79%

R = 45.52%
G = 30.69%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#845945 (or 0x845945) is known color: Potters Clay. HEX triplet: 84, 59 and 45. RGB value is (132,89,69). Sum of RGB (Red+Green+Blue) = 132+89+69=290 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.52% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 69 (27.34% from 255 or 23.79% from 290); Max value from RGB is 132 - color contains mainly: red. Hex color #845945 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845945 is #7BA6BA. Grayscale: #636363. Windows color (decimal): -8103611 or 4544900. OLE color: 4544900.

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

Color convert

RGB 132 89 69 -
CMYK 0 0.33 0.48 0.48
HSL 19.05º 0.31% 0.39% -
HSV(B) 19.05º 0.48% 0.52% -
XYZ 14.16 12.48 7.29 -
YUV 99.58 110.75 151.13 -
System Red Green Blue C M Y K H S L
Decimal 132 89 69 0 0.33 0.48 0.48 19.05 0.31 0.39
Hex 84 59 45 0 21 30 30 13 1F 27
Octal 204 131 105 0 41 60 60 23 37 47
Binary 10000100 1011001 1000101 0 100001 110000 110000 10011 11111 100111

Color Harmonies of #845945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845945

Black with #845945

Text Example


Text Example

White with #845945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845945; }

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

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

background-color css

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

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

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

border-color css

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

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

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