#835A48

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

Shades of Spicy Mix #835A48

Tints of Spicy Mix #835A48

Color information

#835A48 (or 0x835A48) is unknown color: approx Spicy Mix. HEX triplet: 83, 5A and 48. RGB value is (131,90,72). Sum of RGB (Red+Green+Blue) = 131+90+72=293 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.71% from 293); Green value is 90 (35.55% from 255 or 30.72% from 293); Blue value is 72 (28.52% from 255 or 24.57% from 293); Max value from RGB is 131 - color contains mainly: red. Hex color #835A48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835A48 is #7CA5B7. Grayscale: #646464. Windows color (decimal): -8168888 or 4741763. OLE color: 4741763.

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

Color convert

RGB1319072-
CMYK00.310.450.49
HSL18.31º29.06%39.8%-
HSV(B)18.31º45.04%51.37%-
XYZ14.1912.617.82-
YUV100.21112.08149.96-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.71%
GREEN value IS 90 (35.55% from 255) = 30.72%
BLUE value IS 72 (28.52% from 255) = 24.57%
R=44.71%
G=30.72%
B=24.57%

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
Decimal131907200.310.450.4918.3129.0639.8
Hex835A4801F2D31121d28
Octal2031321100375561223550
Binary10000011101101010010000111111011011100011001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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