Html Css Color HEX #845E52 Spicy Mix

📋 copy color: '#845E52'

red 132 ◦ green 94 ◦ blue 82

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

Shades of Spicy Mix #845E52

Tints of Spicy Mix #845E52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 26.62%

R = 42.86%
G = 30.52%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#845E52 (or 0x845E52) is known color: Spicy Mix. HEX triplet: 84, 5E and 52. RGB value is (132,94,82). Sum of RGB (Red+Green+Blue) = 132+94+82=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 82 (32.42% from 255 or 26.62% from 308); Max value from RGB is 132 - color contains mainly: red. Hex color #845E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845E52 is #7BA1AD. Grayscale: #686868. Windows color (decimal): -8102318 or 5398148. OLE color: 5398148.

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

Color convert

RGB 132 94 82 -
CMYK 0 0.29 0.38 0.48
HSL 14.4º 0.23% 0.42% -
HSV(B) 14.4º 0.38% 0.52% -
XYZ 15.04 13.52 9.8 -
YUV 103.99 115.59 147.98 -
System Red Green Blue C M Y K H S L
Decimal 132 94 82 0 0.29 0.38 0.48 14.4 0.23 0.42
Hex 84 5E 52 0 1D 26 30 E 17 2A
Octal 204 136 122 0 35 46 60 16 27 52
Binary 10000100 1011110 1010010 0 11101 100110 110000 1110 10111 101010

Color Harmonies of #845E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845E52

Black with #845E52

Text Example


Text Example

White with #845E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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