#835849

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

Shades of Spicy Mix #835849

Tints of Spicy Mix #835849

Color information

#835849 (or 0x835849) is unknown color: approx Spicy Mix. HEX triplet: 83, 58 and 49. RGB value is (131,88,73). Sum of RGB (Red+Green+Blue) = 131+88+73=292 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.86% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 73 (28.91% from 255 or 25% from 292); Max value from RGB is 131 - color contains mainly: red. Hex color #835849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835849 is #7CA7B6. Grayscale: #636363. Windows color (decimal): -8169399 or 4806787. OLE color: 4806787.

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

Color convert

RGB1318873-
CMYK00.330.440.49
HSL15.52º28.43%40%-
HSV(B)15.52º44.27%51.37%-
XYZ14.0512.297.93-
YUV99.15113.25150.72-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.86%
GREEN value IS 88 (34.77% from 255) = 30.14%
BLUE value IS 73 (28.91% from 255) = 25%
R=44.86%
G=30.14%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131887300.330.440.4915.5228.4340
Hex8358490212C31101c28
Octal2031301110415461203450
Binary100000111011000100100101000011011001100011000011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835849; }

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

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

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

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

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

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

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

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