Html Css Color HEX #845E4B Spicy Mix

📋 copy color: '#845E4B'

red 132 ◦ green 94 ◦ blue 75

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

Shades of Spicy Mix #845E4B

Tints of Spicy Mix #845E4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.92%

R = 43.85%
G = 31.23%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#845E4B (or 0x845E4B) is known color: Spicy Mix. HEX triplet: 84, 5E and 4B. RGB value is (132,94,75). Sum of RGB (Red+Green+Blue) = 132+94+75=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 132 - color contains mainly: red. Hex color #845E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845E4B is #7BA1B4. Grayscale: #676767. Windows color (decimal): -8102325 or 4939396. OLE color: 4939396.

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

Color convert

RGB 132 94 75 -
CMYK 0 0.29 0.43 0.48
HSL 20º 0.28% 0.41% -
HSV(B) 20º 0.43% 0.52% -
XYZ 14.79 13.42 8.47 -
YUV 103.2 112.09 148.54 -
System Red Green Blue C M Y K H S L
Decimal 132 94 75 0 0.29 0.43 0.48 20 0.28 0.41
Hex 84 5E 4B 0 1D 2B 30 14 1C 29
Octal 204 136 113 0 35 53 60 24 34 51
Binary 10000100 1011110 1001011 0 11101 101011 110000 10100 11100 101001

Color Harmonies of #845E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845E4B

Black with #845E4B

Text Example


Text Example

White with #845E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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