Html Css Color HEX #835A4E Spicy Mix

📋 copy color: '#835A4E'

red 131 ◦ green 90 ◦ blue 78

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

Shades of Spicy Mix #835A4E

Tints of Spicy Mix #835A4E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.1%

 BLUE value IS 78 (30.86% from 255) = 26.09%

R = 43.81%
G = 30.1%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#835A4E (or 0x835A4E) is known color: Spicy Mix. HEX triplet: 83, 5A and 4E. RGB value is (131,90,78). Sum of RGB (Red+Green+Blue) = 131+90+78=299 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.81% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 78 (30.86% from 255 or 26.09% from 299); Max value from RGB is 131 - color contains mainly: red. Hex color #835A4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835A4E is #7CA5B1. Grayscale: #646464. Windows color (decimal): -8168882 or 5134979. OLE color: 5134979.

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

Color convert

RGB 131 90 78 -
CMYK 0 0.31 0.40 0.49
HSL 13.58º 0.25% 0.41% -
HSV(B) 13.58º 0.4% 0.51% -
XYZ 14.39 12.69 8.9 -
YUV 100.89 115.08 149.48 -
System Red Green Blue C M Y K H S L
Decimal 131 90 78 0 0.31 0.40 0.49 13.58 0.25 0.41
Hex 83 5A 4E 0 1F 28 31 E 19 29
Octal 203 132 116 0 37 50 61 16 31 51
Binary 10000011 1011010 1001110 0 11111 101000 110001 1110 11001 101001

Color Harmonies of #835A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835A4E

Black with #835A4E

Text Example


Text Example

White with #835A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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