Html Css Color HEX #845D52 Spicy Mix

📋 copy color: '#845D52'

red 132 ◦ green 93 ◦ blue 82

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

Shades of Spicy Mix #845D52

Tints of Spicy Mix #845D52

RGB

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

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

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

R = 43%
G = 30.29%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#845D52 (or 0x845D52) is known color: Spicy Mix. HEX triplet: 84, 5D and 52. RGB value is (132,93,82). Sum of RGB (Red+Green+Blue) = 132+93+82=307 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.00% from 307); Green value is 93 (36.72% from 255 or 30.29% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 132 - color contains mainly: red. Hex color #845D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845D52 is #7BA2AD. Grayscale: #676767. Windows color (decimal): -8102574 or 5397892. OLE color: 5397892.

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

Color convert

RGB 132 93 82 -
CMYK 0 0.30 0.38 0.48
HSL 13.2º 0.23% 0.42% -
HSV(B) 13.2º 0.38% 0.52% -
XYZ 14.95 13.34 9.77 -
YUV 103.41 115.92 148.39 -
System Red Green Blue C M Y K H S L
Decimal 132 93 82 0 0.30 0.38 0.48 13.2 0.23 0.42
Hex 84 5D 52 0 1E 26 30 D 17 2A
Octal 204 135 122 0 36 46 60 15 27 52
Binary 10000100 1011101 1010010 0 11110 100110 110000 1101 10111 101010

Color Harmonies of #845D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845D52

Black with #845D52

Text Example


Text Example

White with #845D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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