Html Css Color HEX #845E3F Potters Clay

📋 copy color: '#845E3F'

red 132 ◦ green 94 ◦ blue 63

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

Shades of Potters Clay #845E3F

Tints of Potters Clay #845E3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.8%

R = 45.67%
G = 32.53%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#845E3F (or 0x845E3F) is known color: Potters Clay. HEX triplet: 84, 5E and 3F. RGB value is (132,94,63). Sum of RGB (Red+Green+Blue) = 132+94+63=289 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.67% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 132 - color contains mainly: red. Hex color #845E3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845E3F is #7BA1C0. Grayscale: #656565. Windows color (decimal): -8102337 or 4152964. OLE color: 4152964.

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

Color convert

RGB 132 94 63 -
CMYK 0 0.29 0.52 0.48
HSL 26.96º 0.35% 0.38% -
HSV(B) 26.96º 0.52% 0.52% -
XYZ 14.42 13.27 6.5 -
YUV 101.83 106.09 149.52 -
System Red Green Blue C M Y K H S L
Decimal 132 94 63 0 0.29 0.52 0.48 26.96 0.35 0.38
Hex 84 5E 3F 0 1D 34 30 1B 23 26
Octal 204 136 77 0 35 64 60 33 43 46
Binary 10000100 1011110 111111 0 11101 110100 110000 11011 100011 100110

Color Harmonies of #845E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845E3F

Black with #845E3F

Text Example


Text Example

White with #845E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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