Html Css Color HEX #855946 Spicy Mix

📋 copy color: '#855946'

red 133 ◦ green 89 ◦ blue 70

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

Shades of Spicy Mix #855946

Tints of Spicy Mix #855946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.97%

R = 45.55%
G = 30.48%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#855946 (or 0x855946) is known color: Spicy Mix. HEX triplet: 85, 59 and 46. RGB value is (133,89,70). Sum of RGB (Red+Green+Blue) = 133+89+70=292 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.55% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 70 (27.73% from 255 or 23.97% from 292); Max value from RGB is 133 - color contains mainly: red. Hex color #855946 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855946 is #7AA6B9. Grayscale: #646464. Windows color (decimal): -8038074 or 4610437. OLE color: 4610437.

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

Color convert

RGB 133 89 70 -
CMYK 0 0.33 0.47 0.48
HSL 18.1º 0.31% 0.4% -
HSV(B) 18.1º 0.47% 0.52% -
XYZ 14.35 12.57 7.46 -
YUV 99.99 111.08 151.54 -
System Red Green Blue C M Y K H S L
Decimal 133 89 70 0 0.33 0.47 0.48 18.1 0.31 0.4
Hex 85 59 46 0 21 2F 30 12 1F 28
Octal 205 131 106 0 41 57 60 22 37 50
Binary 10000101 1011001 1000110 0 100001 101111 110000 10010 11111 101000

Color Harmonies of #855946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855946

Black with #855946

Text Example


Text Example

White with #855946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855946; }

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

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

background-color css

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

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

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

border-color css

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

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

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