Html Css Color HEX #845F52 Spicy Mix

📋 copy color: '#845F52'

red 132 ◦ green 95 ◦ blue 82

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

Shades of Spicy Mix #845F52

Tints of Spicy Mix #845F52

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.74%

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

R = 42.72%
G = 30.74%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#845F52 (or 0x845F52) is known color: Spicy Mix. HEX triplet: 84, 5F and 52. RGB value is (132,95,82). Sum of RGB (Red+Green+Blue) = 132+95+82=309 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.72% from 309); Green value is 95 (37.5% from 255 or 30.74% from 309); Blue value is 82 (32.42% from 255 or 26.54% from 309); Max value from RGB is 132 - color contains mainly: red. Hex color #845F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845F52 is #7BA0AD. Grayscale: #686868. Windows color (decimal): -8102062 or 5398404. OLE color: 5398404.

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

Color convert

RGB 132 95 82 -
CMYK 0 0.28 0.38 0.48
HSL 15.6º 0.23% 0.42% -
HSV(B) 15.6º 0.38% 0.52% -
XYZ 15.13 13.7 9.83 -
YUV 104.58 115.26 147.56 -
System Red Green Blue C M Y K H S L
Decimal 132 95 82 0 0.28 0.38 0.48 15.6 0.23 0.42
Hex 84 5F 52 0 1C 26 30 10 17 2A
Octal 204 137 122 0 34 46 60 20 27 52
Binary 10000100 1011111 1010010 0 11100 100110 110000 10000 10111 101010

Color Harmonies of #845F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845F52

Black with #845F52

Text Example


Text Example

White with #845F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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