Html Css Color HEX #836050 Spicy Mix

📋 copy color: '#836050'

red 131 ◦ green 96 ◦ blue 80

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

Shades of Spicy Mix #836050

Tints of Spicy Mix #836050

RGB

 RED value IS 131 (51.56% from 255) = 42.67%

 GREEN value IS 96 (37.89% from 255) = 31.27%

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

R = 42.67%
G = 31.27%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#836050 (or 0x836050) is known color: Spicy Mix. HEX triplet: 83, 60 and 50. RGB value is (131,96,80). Sum of RGB (Red+Green+Blue) = 131+96+80=307 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.67% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 131 - color contains mainly: red. Hex color #836050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836050 is #7C9FAF. Grayscale: #686868. Windows color (decimal): -8167344 or 5267587. OLE color: 5267587.

HSL color Cylindrical-coordinate representation of color #836050: hue angle of 18.82º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #836050 is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 96 80 -
CMYK 0 0.27 0.39 0.49
HSL 18.82º 0.24% 0.41% -
HSV(B) 18.82º 0.39% 0.51% -
XYZ 14.99 13.77 9.46 -
YUV 104.64 114.1 146.8 -
System Red Green Blue C M Y K H S L
Decimal 131 96 80 0 0.27 0.39 0.49 18.82 0.24 0.41
Hex 83 60 50 0 1B 27 31 13 18 29
Octal 203 140 120 0 33 47 61 23 30 51
Binary 10000011 1100000 1010000 0 11011 100111 110001 10011 11000 101001

Color Harmonies of #836050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836050

Black with #836050

Text Example


Text Example

White with #836050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836050; }

 p { color: rgb(131,96,80); }

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

background-color css

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

 a { background-color: rgb(131,96,80); }

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

border-color css

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

 span { border-color: rgb(131,96,80); }

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