#835C4A

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

Shades of Spicy Mix #835C4A

Tints of Spicy Mix #835C4A

Color information

#835C4A (or 0x835C4A) is unknown color: approx Spicy Mix. HEX triplet: 83, 5C and 4A. RGB value is (131,92,74). Sum of RGB (Red+Green+Blue) = 131+92+74=297 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.11% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 131 - color contains mainly: red. Hex color #835C4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835C4A is #7CA3B5. Grayscale: #656565. Windows color (decimal): -8168374 or 4873347. OLE color: 4873347.

HSL color Cylindrical-coordinate representation of color #835C4A: hue angle of 18.95º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #835C4A is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB1319274-
CMYK00.300.440.49
HSL18.95º27.8%40.2%-
HSV(B)18.95º43.51%51.37%-
XYZ14.4212.978.22-
YUV101.61112.42148.96-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.11%
GREEN value IS 92 (36.33% from 255) = 30.98%
BLUE value IS 74 (29.30% from 255) = 24.92%
R=44.11%
G=30.98%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131927400.300.440.4918.9527.840.2
Hex835C4A01E2C31131c28
Octal2031341120365461233450
Binary10000011101110010010100111101011001100011001111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,92,74); }

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

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

 a { background-color: rgb(131,92,74); }

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

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

 span { border-color: rgb(131,92,74); }

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