Html Css Color HEX #855949 Spicy Mix

📋 copy color: '#855949'

red 133 ◦ green 89 ◦ blue 73

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

Shades of Spicy Mix #855949

Tints of Spicy Mix #855949

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.17%

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

R = 45.08%
G = 30.17%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#855949 (or 0x855949) is known color: Spicy Mix. HEX triplet: 85, 59 and 49. RGB value is (133,89,73). Sum of RGB (Red+Green+Blue) = 133+89+73=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #855949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855949 is #7AA6B6. Grayscale: #646464. Windows color (decimal): -8038071 or 4807045. OLE color: 4807045.

HSL color Cylindrical-coordinate representation of color #855949: hue angle of 16º 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 #855949 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 89 73 -
CMYK 0 0.33 0.45 0.48
HSL 16º 0.29% 0.4% -
HSV(B) 16º 0.45% 0.52% -
XYZ 14.45 12.61 7.98 -
YUV 100.33 112.58 151.3 -
System Red Green Blue C M Y K H S L
Decimal 133 89 73 0 0.33 0.45 0.48 16 0.29 0.4
Hex 85 59 49 0 21 2D 30 10 1D 28
Octal 205 131 111 0 41 55 60 20 35 50
Binary 10000101 1011001 1001001 0 100001 101101 110000 10000 11101 101000

Color Harmonies of #855949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855949

Black with #855949

Text Example


Text Example

White with #855949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855949; }

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

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

background-color css

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

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

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

border-color css

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

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

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