Html Css Color HEX #856355 Spicy Mix

📋 copy color: '#856355'

red 133 ◦ green 99 ◦ blue 85

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

Shades of Spicy Mix #856355

Tints of Spicy Mix #856355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 26.81%

R = 41.96%
G = 31.23%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#856355 (or 0x856355) is known color: Spicy Mix. HEX triplet: 85, 63 and 55. RGB value is (133,99,85). Sum of RGB (Red+Green+Blue) = 133+99+85=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 85 (33.59% from 255 or 26.81% from 317); Max value from RGB is 133 - color contains mainly: red. Hex color #856355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856355 is #7A9CAA. Grayscale: #6B6B6B. Windows color (decimal): -8035499 or 5596037. OLE color: 5596037.

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

Color convert

RGB 133 99 85 -
CMYK 0 0.26 0.36 0.48
HSL 17.5º 0.22% 0.43% -
HSV(B) 17.5º 0.36% 0.52% -
XYZ 15.77 14.57 10.57 -
YUV 107.57 115.26 146.14 -
System Red Green Blue C M Y K H S L
Decimal 133 99 85 0 0.26 0.36 0.48 17.5 0.22 0.43
Hex 85 63 55 0 1A 24 30 12 16 2B
Octal 205 143 125 0 32 44 60 22 26 53
Binary 10000101 1100011 1010101 0 11010 100100 110000 10010 10110 101011

Color Harmonies of #856355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856355

Black with #856355

Text Example


Text Example

White with #856355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856355; }

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

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

background-color css

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

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

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

border-color css

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

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

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