Html Css Color HEX #856354 Spicy Mix

📋 copy color: '#856354'

red 133 ◦ green 99 ◦ blue 84

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

Shades of Spicy Mix #856354

Tints of Spicy Mix #856354

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.33%

 BLUE value IS 84 (33.2% from 255) = 26.58%

R = 42.09%
G = 31.33%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.48

RGB Variations

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

Color information

#856354 (or 0x856354) is known color: Spicy Mix. HEX triplet: 85, 63 and 54. RGB value is (133,99,84). Sum of RGB (Red+Green+Blue) = 133+99+84=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 99 (39.06% from 255 or 31.33% from 316); Blue value is 84 (33.20% from 255 or 26.58% from 316); Max value from RGB is 133 - color contains mainly: red. Hex color #856354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856354 is #7A9CAB. Grayscale: #6B6B6B. Windows color (decimal): -8035500 or 5530501. OLE color: 5530501.

HSL color Cylindrical-coordinate representation of color #856354: hue angle of 18.37º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #856354 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 99 84 -
CMYK 0 0.26 0.37 0.48
HSL 18.37º 0.23% 0.43% -
HSV(B) 18.37º 0.37% 0.52% -
XYZ 15.73 14.55 10.37 -
YUV 107.46 114.76 146.22 -
System Red Green Blue C M Y K H S L
Decimal 133 99 84 0 0.26 0.37 0.48 18.37 0.23 0.43
Hex 85 63 54 0 1A 25 30 12 17 2B
Octal 205 143 124 0 32 45 60 22 27 53
Binary 10000101 1100011 1010100 0 11010 100101 110000 10010 10111 101011

Color Harmonies of #856354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856354

Black with #856354

Text Example


Text Example

White with #856354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856354; }

 p { color: rgb(133,99,84); }

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

background-color css

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

 a { background-color: rgb(133,99,84); }

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

border-color css

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

 span { border-color: rgb(133,99,84); }

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