Html Css Color HEX #856150 Spicy Mix

📋 copy color: '#856150'

red 133 ◦ green 97 ◦ blue 80

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

Shades of Spicy Mix #856150

Tints of Spicy Mix #856150

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.29%

 BLUE value IS 80 (31.64% from 255) = 25.81%

R = 42.9%
G = 31.29%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#856150 (or 0x856150) is known color: Spicy Mix. HEX triplet: 85, 61 and 50. RGB value is (133,97,80). Sum of RGB (Red+Green+Blue) = 133+97+80=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 97 (38.28% from 255 or 31.29% from 310); Blue value is 80 (31.64% from 255 or 25.81% from 310); Max value from RGB is 133 - color contains mainly: red. Hex color #856150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856150 is #7A9EAF. Grayscale: #696969. Windows color (decimal): -8036016 or 5267845. OLE color: 5267845.

HSL color Cylindrical-coordinate representation of color #856150: hue angle of 19.25º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #856150 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 97 80 -
CMYK 0 0.27 0.40 0.48
HSL 19.25º 0.25% 0.42% -
HSV(B) 19.25º 0.4% 0.52% -
XYZ 15.4 14.12 9.5 -
YUV 105.83 113.43 147.38 -
System Red Green Blue C M Y K H S L
Decimal 133 97 80 0 0.27 0.40 0.48 19.25 0.25 0.42
Hex 85 61 50 0 1B 28 30 13 19 2A
Octal 205 141 120 0 33 50 60 23 31 52
Binary 10000101 1100001 1010000 0 11011 101000 110000 10011 11001 101010

Color Harmonies of #856150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856150

Black with #856150

Text Example


Text Example

White with #856150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856150; }

 p { color: rgb(133,97,80); }

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

background-color css

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

 a { background-color: rgb(133,97,80); }

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

border-color css

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

 span { border-color: rgb(133,97,80); }

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