Html Css Color HEX #855B47 Spicy Mix

📋 copy color: '#855B47'

red 133 ◦ green 91 ◦ blue 71

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

Shades of Spicy Mix #855B47

Tints of Spicy Mix #855B47

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.85%

 BLUE value IS 71 (28.13% from 255) = 24.07%

R = 45.08%
G = 30.85%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#855B47 (or 0x855B47) is known color: Spicy Mix. HEX triplet: 85, 5B and 47. RGB value is (133,91,71). Sum of RGB (Red+Green+Blue) = 133+91+71=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 91 (35.94% from 255 or 30.85% from 295); Blue value is 71 (28.12% from 255 or 24.07% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #855B47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855B47 is #7AA4B8. Grayscale: #656565. Windows color (decimal): -8037561 or 4676485. OLE color: 4676485.

HSL color Cylindrical-coordinate representation of color #855B47: hue angle of 19.35º degrees, saturation: 0.3, 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 #855B47 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 91 71 -
CMYK 0 0.32 0.47 0.48
HSL 19.35º 0.3% 0.4% -
HSV(B) 19.35º 0.47% 0.52% -
XYZ 14.55 12.92 7.69 -
YUV 101.28 110.91 150.63 -
System Red Green Blue C M Y K H S L
Decimal 133 91 71 0 0.32 0.47 0.48 19.35 0.3 0.4
Hex 85 5B 47 0 20 2F 30 13 1E 28
Octal 205 133 107 0 40 57 60 23 36 50
Binary 10000101 1011011 1000111 0 100000 101111 110000 10011 11110 101000

Color Harmonies of #855B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855B47

Black with #855B47

Text Example


Text Example

White with #855B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,91,71); }

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

background-color css

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

 a { background-color: rgb(133,91,71); }

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

border-color css

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

 span { border-color: rgb(133,91,71); }

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