Html Css Color HEX #835B4C Spicy Mix

📋 copy color: '#835B4C'

red 131 ◦ green 91 ◦ blue 76

#835B4C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spicy Mix #835B4C

Tints of Spicy Mix #835B4C

RGB

 RED value IS 131 (51.56% from 255) = 43.96%

 GREEN value IS 91 (35.94% from 255) = 30.54%

 BLUE value IS 76 (30.08% from 255) = 25.5%

R = 43.96%
G = 30.54%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#835B4C (or 0x835B4C) is known color: Spicy Mix. HEX triplet: 83, 5B and 4C. RGB value is (131,91,76). Sum of RGB (Red+Green+Blue) = 131+91+76=298 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.96% from 298); Green value is 91 (35.94% from 255 or 30.54% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 131 - color contains mainly: red. Hex color #835B4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835B4C is #7CA4B3. Grayscale: #656565. Windows color (decimal): -8168628 or 5004163. OLE color: 5004163.

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

Color convert

RGB 131 91 76 -
CMYK 0 0.31 0.42 0.49
HSL 16.36º 0.27% 0.41% -
HSV(B) 16.36º 0.42% 0.51% -
XYZ 14.41 12.83 8.55 -
YUV 101.25 113.75 149.22 -
System Red Green Blue C M Y K H S L
Decimal 131 91 76 0 0.31 0.42 0.49 16.36 0.27 0.41
Hex 83 5B 4C 0 1F 2A 31 10 1B 29
Octal 203 133 114 0 37 52 61 20 33 51
Binary 10000011 1011011 1001100 0 11111 101010 110001 10000 11011 101001

Color Harmonies of #835B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835B4C

Black with #835B4C

Text Example


Text Example

White with #835B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #835B4C;
 }
 .AnyTagClassName
 {
   color: #835B4C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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