#835F4F

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

Shades of Spicy Mix #835F4F

Tints of Spicy Mix #835F4F

Color information

#835F4F (or 0x835F4F) is unknown color: approx Spicy Mix. HEX triplet: 83, 5F and 4F. RGB value is (131,95,79). Sum of RGB (Red+Green+Blue) = 131+95+79=305 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.95% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 79 (31.25% from 255 or 25.90% from 305); Max value from RGB is 131 - color contains mainly: red. Hex color #835F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835F4F is #7CA0B0. Grayscale: #686868. Windows color (decimal): -8167601 or 5201795. OLE color: 5201795.

HSL color Cylindrical-coordinate representation of color #835F4F: hue angle of 18.46º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #835F4F is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB1319579-
CMYK00.270.400.49
HSL18.46º24.76%41.18%-
HSV(B)18.46º39.69%51.37%-
XYZ14.8613.579.23-
YUV103.94113.93147.3-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.95%
GREEN value IS 95 (37.5% from 255) = 31.15%
BLUE value IS 79 (31.25% from 255) = 25.90%
R=42.95%
G=31.15%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131957900.270.400.4918.4624.7641.18
Hex835F4F01B2831121929
Octal2031371170335061223151
Binary10000011101111110011110110111010001100011001011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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