#835950

Color #835950 Spicy Mix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Mix #835950

Tints of Spicy Mix #835950

Color information

#835950 (or 0x835950) is unknown color: approx 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

RGB1318980-
CMYK00.320.390.49
HSL10.59º24.17%41.37%-
HSV(B)10.59º38.93%51.37%-
XYZ14.3812.559.25-
YUV100.53116.41149.73-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131898000.320.390.4910.5924.1741.37
Hex8359500202731b1829
Octal2031311200404761133051
Binary10000011101100110100000100000100111110001101111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>