Html Css Color HEX #855D56 Spicy Mix

📋 copy color: '#855D56'

red 133 ◦ green 93 ◦ blue 86

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

Shades of Spicy Mix #855D56

Tints of Spicy Mix #855D56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 27.56%

R = 42.63%
G = 29.81%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#855D56 (or 0x855D56) is known color: Spicy Mix. HEX triplet: 85, 5D and 56. RGB value is (133,93,86). Sum of RGB (Red+Green+Blue) = 133+93+86=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 93 (36.72% from 255 or 29.81% from 312); Blue value is 86 (33.98% from 255 or 27.56% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #855D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855D56 is #7AA2A9. Grayscale: #686868. Windows color (decimal): -8037034 or 5660037. OLE color: 5660037.

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

Color convert

RGB 133 93 86 -
CMYK 0 0.30 0.35 0.48
HSL 8.94º 0.21% 0.43% -
HSV(B) 8.94º 0.35% 0.52% -
XYZ 15.27 13.49 10.6 -
YUV 104.16 117.75 148.57 -
System Red Green Blue C M Y K H S L
Decimal 133 93 86 0 0.30 0.35 0.48 8.94 0.21 0.43
Hex 85 5D 56 0 1E 23 30 9 15 2B
Octal 205 135 126 0 36 43 60 11 25 53
Binary 10000101 1011101 1010110 0 11110 100011 110000 1001 10101 101011

Color Harmonies of #855D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855D56

Black with #855D56

Text Example


Text Example

White with #855D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,93,86); }

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

background-color css

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

 a { background-color: rgb(133,93,86); }

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

border-color css

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

 span { border-color: rgb(133,93,86); }

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