#835F50

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

Shades of Spicy Mix #835F50

Tints of Spicy Mix #835F50

Color information

#835F50 (or 0x835F50) is unknown color: approx Spicy Mix. HEX triplet: 83, 5F and 50. RGB value is (131,95,80). Sum of RGB (Red+Green+Blue) = 131+95+80=306 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.81% from 306); Green value is 95 (37.5% from 255 or 31.05% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 131 - color contains mainly: red. Hex color #835F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835F50 is #7CA0AF. Grayscale: #686868. Windows color (decimal): -8167600 or 5267331. OLE color: 5267331.

HSL color Cylindrical-coordinate representation of color #835F50: hue angle of 17.65º 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 #835F50 is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB1319580-
CMYK00.270.390.49
HSL17.65º24.17%41.37%-
HSV(B)17.65º38.93%51.37%-
XYZ14.913.599.43-
YUV104.05114.43147.22-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.81%
GREEN value IS 95 (37.5% from 255) = 31.05%
BLUE value IS 80 (31.64% from 255) = 26.14%
R=42.81%
G=31.05%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131958000.270.390.4917.6524.1741.37
Hex835F5001B2731121829
Octal2031371200334761223051
Binary10000011101111110100000110111001111100011001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835F50; }

 p { color: rgb(131,95,80); }

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

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

 a { background-color: rgb(131,95,80); }

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

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

 span { border-color: rgb(131,95,80); }

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