Html Css Color HEX #836052 Spicy Mix

📋 copy color: '#836052'

red 131 ◦ green 96 ◦ blue 82

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

Shades of Spicy Mix #836052

Tints of Spicy Mix #836052

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.07%

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

R = 42.39%
G = 31.07%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#836052 (or 0x836052) is known color: Spicy Mix. HEX triplet: 83, 60 and 52. RGB value is (131,96,82). Sum of RGB (Red+Green+Blue) = 131+96+82=309 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.39% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 82 (32.42% from 255 or 26.54% from 309); Max value from RGB is 131 - color contains mainly: red. Hex color #836052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836052 is #7C9FAD. Grayscale: #686868. Windows color (decimal): -8167342 or 5398659. OLE color: 5398659.

HSL color Cylindrical-coordinate representation of color #836052: hue angle of 17.14º 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 #836052 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 96 82 -
CMYK 0 0.27 0.37 0.49
HSL 17.14º 0.23% 0.42% -
HSV(B) 17.14º 0.37% 0.51% -
XYZ 15.07 13.8 9.85 -
YUV 104.87 115.1 146.64 -
System Red Green Blue C M Y K H S L
Decimal 131 96 82 0 0.27 0.37 0.49 17.14 0.23 0.42
Hex 83 60 52 0 1B 25 31 11 17 2A
Octal 203 140 122 0 33 45 61 21 27 52
Binary 10000011 1100000 1010010 0 11011 100101 110001 10001 10111 101010

Color Harmonies of #836052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836052

Black with #836052

Text Example


Text Example

White with #836052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836052; }

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

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

background-color css

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

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

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

border-color css

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

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

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