#835848

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

Shades of Spicy Mix #835848

Tints of Spicy Mix #835848

Color information

#835848 (or 0x835848) is unknown color: approx Spicy Mix. HEX triplet: 83, 58 and 48. RGB value is (131,88,72). Sum of RGB (Red+Green+Blue) = 131+88+72=291 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.02% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 72 (28.52% from 255 or 24.74% from 291); Max value from RGB is 131 - color contains mainly: red. Hex color #835848 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835848 is #7CA7B7. Grayscale: #636363. Windows color (decimal): -8169400 or 4741251. OLE color: 4741251.

HSL color Cylindrical-coordinate representation of color #835848: hue angle of 16.27º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #835848 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB1318872-
CMYK00.330.450.49
HSL16.27º29.06%39.8%-
HSV(B)16.27º45.04%51.37%-
XYZ14.0212.277.76-
YUV99.03112.75150.8-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.02%
GREEN value IS 88 (34.77% from 255) = 30.24%
BLUE value IS 72 (28.52% from 255) = 24.74%
R=45.02%
G=30.24%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131887200.330.450.4916.2729.0639.8
Hex8358480212D31101d28
Octal2031301100415561203550
Binary100000111011000100100001000011011011100011000011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835848; }

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

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

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

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

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

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

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

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