Html Css Color HEX #826050 Spicy Mix

📋 copy color: '#826050'

red 130 ◦ green 96 ◦ blue 80

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

Shades of Spicy Mix #826050

Tints of Spicy Mix #826050

RGB

 RED value IS 130 (51.17% from 255) = 42.48%

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

 BLUE value IS 80 (31.64% from 255) = 26.14%

R = 42.48%
G = 31.37%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#826050 (or 0x826050) is known color: Spicy Mix. HEX triplet: 82, 60 and 50. RGB value is (130,96,80). Sum of RGB (Red+Green+Blue) = 130+96+80=306 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.48% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 130 - color contains mainly: red. Hex color #826050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826050 is #7D9FAF. Grayscale: #686868. Windows color (decimal): -8232880 or 5267586. OLE color: 5267586.

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

Color convert

RGB 130 96 80 -
CMYK 0 0.26 0.38 0.49
HSL 19.2º 0.24% 0.41% -
HSV(B) 19.2º 0.38% 0.51% -
XYZ 14.84 13.69 9.45 -
YUV 104.34 114.26 146.3 -
System Red Green Blue C M Y K H S L
Decimal 130 96 80 0 0.26 0.38 0.49 19.2 0.24 0.41
Hex 82 60 50 0 1A 26 31 13 18 29
Octal 202 140 120 0 32 46 61 23 30 51
Binary 10000010 1100000 1010000 0 11010 100110 110001 10011 11000 101001

Color Harmonies of #826050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826050

Black with #826050

Text Example


Text Example

White with #826050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826050; }

 p { color: rgb(130,96,80); }

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

background-color css

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

 a { background-color: rgb(130,96,80); }

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

border-color css

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

 span { border-color: rgb(130,96,80); }

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