Html Css Color HEX #845D4F Spicy Mix

📋 copy color: '#845D4F'

red 132 ◦ green 93 ◦ blue 79

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

Shades of Spicy Mix #845D4F

Tints of Spicy Mix #845D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.99%

R = 43.42%
G = 30.59%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#845D4F (or 0x845D4F) is known color: Spicy Mix. HEX triplet: 84, 5D and 4F. RGB value is (132,93,79). Sum of RGB (Red+Green+Blue) = 132+93+79=304 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.42% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 132 - color contains mainly: red. Hex color #845D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845D4F is #7BA2B0. Grayscale: #676767. Windows color (decimal): -8102577 or 5201284. OLE color: 5201284.

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

Color convert

RGB 132 93 79 -
CMYK 0 0.30 0.40 0.48
HSL 15.85º 0.25% 0.41% -
HSV(B) 15.85º 0.4% 0.52% -
XYZ 14.84 13.3 9.18 -
YUV 103.07 114.42 148.64 -
System Red Green Blue C M Y K H S L
Decimal 132 93 79 0 0.30 0.40 0.48 15.85 0.25 0.41
Hex 84 5D 4F 0 1E 28 30 10 19 29
Octal 204 135 117 0 36 50 60 20 31 51
Binary 10000100 1011101 1001111 0 11110 101000 110000 10000 11001 101001

Color Harmonies of #845D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845D4F

Black with #845D4F

Text Example


Text Example

White with #845D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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