Html Css Color HEX #836152 Spicy Mix

📋 copy color: '#836152'

red 131 ◦ green 97 ◦ blue 82

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

Shades of Spicy Mix #836152

Tints of Spicy Mix #836152

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.29%

 BLUE value IS 82 (32.42% from 255) = 26.45%

R = 42.26%
G = 31.29%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#836152 (or 0x836152) is known color: Spicy Mix. HEX triplet: 83, 61 and 52. RGB value is (131,97,82). Sum of RGB (Red+Green+Blue) = 131+97+82=310 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.26% from 310); Green value is 97 (38.28% from 255 or 31.29% from 310); Blue value is 82 (32.42% from 255 or 26.45% from 310); Max value from RGB is 131 - color contains mainly: red. Hex color #836152 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836152 is #7C9EAD. Grayscale: #696969. Windows color (decimal): -8167086 or 5398915. OLE color: 5398915.

HSL color Cylindrical-coordinate representation of color #836152: hue angle of 18.37º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #836152 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 97 82 -
CMYK 0 0.26 0.37 0.49
HSL 18.37º 0.23% 0.42% -
HSV(B) 18.37º 0.37% 0.51% -
XYZ 15.16 13.98 9.88 -
YUV 105.46 114.76 146.22 -
System Red Green Blue C M Y K H S L
Decimal 131 97 82 0 0.26 0.37 0.49 18.37 0.23 0.42
Hex 83 61 52 0 1A 25 31 12 17 2A
Octal 203 141 122 0 32 45 61 22 27 52
Binary 10000011 1100001 1010010 0 11010 100101 110001 10010 10111 101010

Color Harmonies of #836152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836152

Black with #836152

Text Example


Text Example

White with #836152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836152; }

 p { color: rgb(131,97,82); }

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

background-color css

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

 a { background-color: rgb(131,97,82); }

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

border-color css

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

 span { border-color: rgb(131,97,82); }

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