Html Css Color HEX #835950 Spicy Mix

📋 copy color: '#835950'

red 131 ◦ green 89 ◦ blue 80

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

Shades of Spicy Mix #835950

Tints of Spicy Mix #835950

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.67%

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

R = 43.67%
G = 29.67%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#835950 (or 0x835950) is known color: Spicy Mix. HEX triplet: 83, 59 and 50. RGB value is (131,89,80). Sum of RGB (Red+Green+Blue) = 131+89+80=300 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.67% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 80 (31.64% from 255 or 26.67% from 300); Max value from RGB is 131 - color contains mainly: red. Hex color #835950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835950 is #7CA6AF. Grayscale: #646464. Windows color (decimal): -8169136 or 5265795. OLE color: 5265795.

HSL color Cylindrical-coordinate representation of color #835950: hue angle of 10.59º 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 #835950 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 89 80 -
CMYK 0 0.32 0.39 0.49
HSL 10.59º 0.24% 0.41% -
HSV(B) 10.59º 0.39% 0.51% -
XYZ 14.38 12.55 9.25 -
YUV 100.53 116.41 149.73 -
System Red Green Blue C M Y K H S L
Decimal 131 89 80 0 0.32 0.39 0.49 10.59 0.24 0.41
Hex 83 59 50 0 20 27 31 B 18 29
Octal 203 131 120 0 40 47 61 13 30 51
Binary 10000011 1011001 1010000 0 100000 100111 110001 1011 11000 101001

Color Harmonies of #835950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835950

Black with #835950

Text Example


Text Example

White with #835950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835950; }

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

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

background-color css

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

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

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

border-color css

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

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

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