#836153

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

Shades of Spicy Mix #836153

Tints of Spicy Mix #836153

Color information

#836153 (or 0x836153) is unknown color: approx Spicy Mix. HEX triplet: 83, 61 and 53. RGB value is (131,97,83). Sum of RGB (Red+Green+Blue) = 131+97+83=311 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.12% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 83 (32.81% from 255 or 26.69% from 311); Max value from RGB is 131 - color contains mainly: red. Hex color #836153 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836153 is #7C9EAC. Grayscale: #696969. Windows color (decimal): -8167085 or 5464451. OLE color: 5464451.

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

Color convert

RGB1319783-
CMYK00.260.370.49
HSL17.5º22.43%41.96%-
HSV(B)17.5º36.64%51.37%-
XYZ15.21410.08-
YUV105.57115.26146.14-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.12%
GREEN value IS 97 (38.28% from 255) = 31.19%
BLUE value IS 83 (32.81% from 255) = 26.69%
R=42.12%
G=31.19%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131978300.260.370.4917.522.4341.96
Hex83615301A253112162a
Octal2031411230324561222652
Binary10000011110000110100110110101001011100011001010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836153; }

 p { color: rgb(131,97,83); }

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

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

 a { background-color: rgb(131,97,83); }

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

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

 span { border-color: rgb(131,97,83); }

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