Html Css Color HEX #845E4F Spicy Mix

📋 copy color: '#845E4F'

red 132 ◦ green 94 ◦ blue 79

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

Shades of Spicy Mix #845E4F

Tints of Spicy Mix #845E4F

RGB

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

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

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

R = 43.28%
G = 30.82%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#845E4F (or 0x845E4F) is known color: Spicy Mix. HEX triplet: 84, 5E and 4F. RGB value is (132,94,79). Sum of RGB (Red+Green+Blue) = 132+94+79=305 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.28% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 79 (31.25% from 255 or 25.90% from 305); Max value from RGB is 132 - color contains mainly: red. Hex color #845E4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845E4F is #7BA1B0. Grayscale: #676767. Windows color (decimal): -8102321 or 5201540. OLE color: 5201540.

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

Color convert

RGB 132 94 79 -
CMYK 0 0.29 0.40 0.48
HSL 16.98º 0.25% 0.41% -
HSV(B) 16.98º 0.4% 0.52% -
XYZ 14.93 13.48 9.21 -
YUV 103.65 114.09 148.22 -
System Red Green Blue C M Y K H S L
Decimal 132 94 79 0 0.29 0.40 0.48 16.98 0.25 0.41
Hex 84 5E 4F 0 1D 28 30 11 19 29
Octal 204 136 117 0 35 50 60 21 31 51
Binary 10000100 1011110 1001111 0 11101 101000 110000 10001 11001 101001

Color Harmonies of #845E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845E4F

Black with #845E4F

Text Example


Text Example

White with #845E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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