Html Css Color HEX #845B3F Potters Clay

📋 copy color: '#845B3F'

red 132 ◦ green 91 ◦ blue 63

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

Shades of Potters Clay #845B3F

Tints of Potters Clay #845B3F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.82%

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

R = 46.15%
G = 31.82%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#845B3F (or 0x845B3F) is known color: Potters Clay. HEX triplet: 84, 5B and 3F. RGB value is (132,91,63). Sum of RGB (Red+Green+Blue) = 132+91+63=286 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.15% from 286); Green value is 91 (35.94% from 255 or 31.82% from 286); Blue value is 63 (25% from 255 or 22.03% from 286); Max value from RGB is 132 - color contains mainly: red. Hex color #845B3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845B3F is #7BA4C0. Grayscale: #646464. Windows color (decimal): -8103105 or 4152196. OLE color: 4152196.

HSL color Cylindrical-coordinate representation of color #845B3F: hue angle of 24.35º 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 #845B3F is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 91 63 -
CMYK 0 0.31 0.52 0.48
HSL 24.35º 0.35% 0.38% -
HSV(B) 24.35º 0.52% 0.52% -
XYZ 14.15 12.75 6.42 -
YUV 100.07 107.08 150.78 -
System Red Green Blue C M Y K H S L
Decimal 132 91 63 0 0.31 0.52 0.48 24.35 0.35 0.38
Hex 84 5B 3F 0 1F 34 30 18 23 26
Octal 204 133 77 0 37 64 60 30 43 46
Binary 10000100 1011011 111111 0 11111 110100 110000 11000 100011 100110

Color Harmonies of #845B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845B3F

Black with #845B3F

Text Example


Text Example

White with #845B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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