Html Css Color HEX #845D4C Spicy Mix

📋 copy color: '#845D4C'

red 132 ◦ green 93 ◦ blue 76

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

Shades of Spicy Mix #845D4C

Tints of Spicy Mix #845D4C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.9%

 BLUE value IS 76 (30.08% from 255) = 25.25%

R = 43.85%
G = 30.9%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#845D4C (or 0x845D4C) is known color: Spicy Mix. HEX triplet: 84, 5D and 4C. RGB value is (132,93,76). Sum of RGB (Red+Green+Blue) = 132+93+76=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 132 - color contains mainly: red. Hex color #845D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845D4C is #7BA2B3. Grayscale: #666666. Windows color (decimal): -8102580 or 5004676. OLE color: 5004676.

HSL color Cylindrical-coordinate representation of color #845D4C: hue angle of 18.21º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #845D4C is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 93 76 -
CMYK 0 0.30 0.42 0.48
HSL 18.21º 0.27% 0.41% -
HSV(B) 18.21º 0.42% 0.52% -
XYZ 14.73 13.26 8.62 -
YUV 102.72 112.92 148.88 -
System Red Green Blue C M Y K H S L
Decimal 132 93 76 0 0.30 0.42 0.48 18.21 0.27 0.41
Hex 84 5D 4C 0 1E 2A 30 12 1B 29
Octal 204 135 114 0 36 52 60 22 33 51
Binary 10000100 1011101 1001100 0 11110 101010 110000 10010 11011 101001

Color Harmonies of #845D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845D4C

Black with #845D4C

Text Example


Text Example

White with #845D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,93,76); }

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

background-color css

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

 a { background-color: rgb(132,93,76); }

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

border-color css

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

 span { border-color: rgb(132,93,76); }

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