#836054

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

Shades of Spicy Mix #836054

Tints of Spicy Mix #836054

Color information

#836054 (or 0x836054) is unknown color: approx Spicy Mix. HEX triplet: 83, 60 and 54. RGB value is (131,96,84). Sum of RGB (Red+Green+Blue) = 131+96+84=311 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.12% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 84 (33.20% from 255 or 27.01% from 311); Max value from RGB is 131 - color contains mainly: red. Hex color #836054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836054 is #7C9FAB. Grayscale: #696969. Windows color (decimal): -8167340 or 5529731. OLE color: 5529731.

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

Color convert

RGB1319684-
CMYK00.270.360.49
HSL15.32º21.86%42.16%-
HSV(B)15.32º35.88%51.37%-
XYZ15.1413.8310.26-
YUV105.1116.1146.48-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.12%
GREEN value IS 96 (37.89% from 255) = 30.87%
BLUE value IS 84 (33.20% from 255) = 27.01%
R=42.12%
G=30.87%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131968400.270.360.4915.3221.8642.16
Hex83605401B2431f162a
Octal2031401240334461172652
Binary1000001111000001010100011011100100110001111110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836054; }

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

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

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

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

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

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

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

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