Html Css Color HEX #855849 Spicy Mix

📋 copy color: '#855849'

red 133 ◦ green 88 ◦ blue 73

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

Shades of Spicy Mix #855849

Tints of Spicy Mix #855849

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.93%

 BLUE value IS 73 (28.91% from 255) = 24.83%

R = 45.24%
G = 29.93%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#855849 (or 0x855849) is known color: Spicy Mix. HEX triplet: 85, 58 and 49. RGB value is (133,88,73). Sum of RGB (Red+Green+Blue) = 133+88+73=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 73 (28.91% from 255 or 24.83% from 294); Max value from RGB is 133 - color contains mainly: red. Hex color #855849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855849 is #7AA7B6. Grayscale: #636363. Windows color (decimal): -8038327 or 4806789. OLE color: 4806789.

HSL color Cylindrical-coordinate representation of color #855849: hue angle of 15º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #855849 is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 88 73 -
CMYK 0 0.34 0.45 0.48
HSL 15º 0.29% 0.4% -
HSV(B) 15º 0.45% 0.52% -
XYZ 14.37 12.45 7.95 -
YUV 99.75 112.91 151.72 -
System Red Green Blue C M Y K H S L
Decimal 133 88 73 0 0.34 0.45 0.48 15 0.29 0.4
Hex 85 58 49 0 22 2D 30 F 1D 28
Octal 205 130 111 0 42 55 60 17 35 50
Binary 10000101 1011000 1001001 0 100010 101101 110000 1111 11101 101000

Color Harmonies of #855849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855849

Black with #855849

Text Example


Text Example

White with #855849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855849; }

 p { color: rgb(133,88,73); }

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

background-color css

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

 a { background-color: rgb(133,88,73); }

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

border-color css

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

 span { border-color: rgb(133,88,73); }

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