Html Css Color HEX #845F54 Spicy Mix

📋 copy color: '#845F54'

red 132 ◦ green 95 ◦ blue 84

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

Shades of Spicy Mix #845F54

Tints of Spicy Mix #845F54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 27.01%

R = 42.44%
G = 30.55%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#845F54 (or 0x845F54) is known color: Spicy Mix. HEX triplet: 84, 5F and 54. RGB value is (132,95,84). Sum of RGB (Red+Green+Blue) = 132+95+84=311 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.44% from 311); Green value is 95 (37.5% from 255 or 30.55% from 311); Blue value is 84 (33.20% from 255 or 27.01% from 311); Max value from RGB is 132 - color contains mainly: red. Hex color #845F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845F54 is #7BA0AB. Grayscale: #686868. Windows color (decimal): -8102060 or 5529476. OLE color: 5529476.

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

Color convert

RGB 132 95 84 -
CMYK 0 0.28 0.36 0.48
HSL 13.75º 0.22% 0.42% -
HSV(B) 13.75º 0.36% 0.52% -
XYZ 15.21 13.73 10.24 -
YUV 104.81 116.26 147.39 -
System Red Green Blue C M Y K H S L
Decimal 132 95 84 0 0.28 0.36 0.48 13.75 0.22 0.42
Hex 84 5F 54 0 1C 24 30 E 16 2A
Octal 204 137 124 0 34 44 60 16 26 52
Binary 10000100 1011111 1010100 0 11100 100100 110000 1110 10110 101010

Color Harmonies of #845F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845F54

Black with #845F54

Text Example


Text Example

White with #845F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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