#835949

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

Shades of Spicy Mix #835949

Tints of Spicy Mix #835949

Color information

#835949 (or 0x835949) is unknown color: approx Spicy Mix. HEX triplet: 83, 59 and 49. RGB value is (131,89,73). Sum of RGB (Red+Green+Blue) = 131+89+73=293 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.71% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 73 (28.91% from 255 or 24.91% from 293); Max value from RGB is 131 - color contains mainly: red. Hex color #835949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835949 is #7CA6B6. Grayscale: #636363. Windows color (decimal): -8169143 or 4807043. OLE color: 4807043.

HSL color Cylindrical-coordinate representation of color #835949: hue angle of 16.55º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #835949 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB1318973-
CMYK00.320.440.49
HSL16.55º28.43%40%-
HSV(B)16.55º44.27%51.37%-
XYZ14.1412.457.96-
YUV99.73112.91150.3-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.71%
GREEN value IS 89 (35.16% from 255) = 30.38%
BLUE value IS 73 (28.91% from 255) = 24.91%
R=44.71%
G=30.38%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131897300.320.440.4916.5528.4340
Hex8359490202C31111c28
Octal2031311110405461213450
Binary100000111011001100100101000001011001100011000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835949; }

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

 H1.HeaderClassName
 {
   color: #835949;
 }
 .AnyTagClassName
 {
   color: #835949;
 }
</style>
background-color css

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

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

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

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

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

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