Html Css Color HEX #845E3D Potters Clay

📋 copy color: '#845E3D'

red 132 ◦ green 94 ◦ blue 61

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

Shades of Potters Clay #845E3D

Tints of Potters Clay #845E3D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.75%

 BLUE value IS 61 (24.22% from 255) = 21.25%

R = 45.99%
G = 32.75%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#845E3D (or 0x845E3D) is known color: Potters Clay. HEX triplet: 84, 5E and 3D. RGB value is (132,94,61). Sum of RGB (Red+Green+Blue) = 132+94+61=287 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.99% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 132 - color contains mainly: red. Hex color #845E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845E3D is #7BA1C2. Grayscale: #656565. Windows color (decimal): -8102339 or 4021892. OLE color: 4021892.

HSL color Cylindrical-coordinate representation of color #845E3D: hue angle of 27.89º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #845E3D is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 94 61 -
CMYK 0 0.29 0.54 0.48
HSL 27.89º 0.37% 0.38% -
HSV(B) 27.89º 0.54% 0.52% -
XYZ 14.36 13.25 6.22 -
YUV 101.6 105.09 149.68 -
System Red Green Blue C M Y K H S L
Decimal 132 94 61 0 0.29 0.54 0.48 27.89 0.37 0.38
Hex 84 5E 3D 0 1D 36 30 1C 25 26
Octal 204 136 75 0 35 66 60 34 45 46
Binary 10000100 1011110 111101 0 11101 110110 110000 11100 100101 100110

Color Harmonies of #845E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845E3D

Black with #845E3D

Text Example


Text Example

White with #845E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845E3D; }

 p { color: rgb(132,94,61); }

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

background-color css

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

 a { background-color: rgb(132,94,61); }

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

border-color css

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

 span { border-color: rgb(132,94,61); }

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