Html Css Color HEX #855C54 Spicy Mix

📋 copy color: '#855C54'

red 133 ◦ green 92 ◦ blue 84

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

Shades of Spicy Mix #855C54

Tints of Spicy Mix #855C54

RGB

 RED value IS 133 (52.34% from 255) = 43.04%

 GREEN value IS 92 (36.33% from 255) = 29.77%

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

R = 43.04%
G = 29.77%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.48

RGB Variations

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

Color information

#855C54 (or 0x855C54) is known color: Spicy Mix. HEX triplet: 85, 5C and 54. RGB value is (133,92,84). Sum of RGB (Red+Green+Blue) = 133+92+84=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 84 (33.20% from 255 or 27.18% from 309); Max value from RGB is 133 - color contains mainly: red. Hex color #855C54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855C54 is #7AA3AB. Grayscale: #676767. Windows color (decimal): -8037292 or 5528709. OLE color: 5528709.

HSL color Cylindrical-coordinate representation of color #855C54: hue angle of 9.8º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #855C54 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 92 84 -
CMYK 0 0.31 0.37 0.48
HSL 9.8º 0.23% 0.43% -
HSV(B) 9.8º 0.37% 0.52% -
XYZ 15.1 13.28 10.16 -
YUV 103.35 117.08 149.15 -
System Red Green Blue C M Y K H S L
Decimal 133 92 84 0 0.31 0.37 0.48 9.8 0.23 0.43
Hex 85 5C 54 0 1F 25 30 A 17 2B
Octal 205 134 124 0 37 45 60 12 27 53
Binary 10000101 1011100 1010100 0 11111 100101 110000 1010 10111 101011

Color Harmonies of #855C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855C54

Black with #855C54

Text Example


Text Example

White with #855C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855C54; }

 p { color: rgb(133,92,84); }

 H1.HeaderClassName
 {
   color: #855C54;
 }
 .AnyTagClassName
 {
   color: #855C54;
 }
</style>

background-color css

<style>
 a { background-color: #855C54; }

 a { background-color: rgb(133,92,84); }

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

border-color css

<style>
 span { border-color: #855C54; }

 span { border-color: rgb(133,92,84); }

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