#835B48

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

Shades of Spicy Mix #835B48

Tints of Spicy Mix #835B48

Color information

#835B48 (or 0x835B48) is unknown color: approx Spicy Mix. HEX triplet: 83, 5B and 48. RGB value is (131,91,72). Sum of RGB (Red+Green+Blue) = 131+91+72=294 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.56% from 294); Green value is 91 (35.94% from 255 or 30.95% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 131 - color contains mainly: red. Hex color #835B48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835B48 is #7CA4B7. Grayscale: #646464. Windows color (decimal): -8168632 or 4742019. OLE color: 4742019.

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

Color convert

RGB1319172-
CMYK00.310.450.49
HSL19.32º29.06%39.8%-
HSV(B)19.32º45.04%51.37%-
XYZ14.2712.787.84-
YUV100.79111.75149.54-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.56%
GREEN value IS 91 (35.94% from 255) = 30.95%
BLUE value IS 72 (28.52% from 255) = 24.49%
R=44.56%
G=30.95%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131917200.310.450.4919.3229.0639.8
Hex835B4801F2D31131d28
Octal2031331100375561233550
Binary10000011101101110010000111111011011100011001111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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