Html Css Color HEX #826153 Spicy Mix

📋 copy color: '#826153'

red 130 ◦ green 97 ◦ blue 83

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

Shades of Spicy Mix #826153

Tints of Spicy Mix #826153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 26.77%

R = 41.94%
G = 31.29%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#826153 (or 0x826153) is known color: Spicy Mix. HEX triplet: 82, 61 and 53. RGB value is (130,97,83). Sum of RGB (Red+Green+Blue) = 130+97+83=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 97 (38.28% from 255 or 31.29% from 310); Blue value is 83 (32.81% from 255 or 26.77% from 310); Max value from RGB is 130 - color contains mainly: red. Hex color #826153 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826153 is #7D9EAC. Grayscale: #696969. Windows color (decimal): -8232621 or 5464450. OLE color: 5464450.

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

Color convert

RGB 130 97 83 -
CMYK 0 0.25 0.36 0.49
HSL 17.87º 0.22% 0.42% -
HSV(B) 17.87º 0.36% 0.51% -
XYZ 15.04 13.92 10.08 -
YUV 105.27 115.43 145.64 -
System Red Green Blue C M Y K H S L
Decimal 130 97 83 0 0.25 0.36 0.49 17.87 0.22 0.42
Hex 82 61 53 0 19 24 31 12 16 2A
Octal 202 141 123 0 31 44 61 22 26 52
Binary 10000010 1100001 1010011 0 11001 100100 110001 10010 10110 101010

Color Harmonies of #826153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826153

Black with #826153

Text Example


Text Example

White with #826153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826153; }

 p { color: rgb(130,97,83); }

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

background-color css

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

 a { background-color: rgb(130,97,83); }

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

border-color css

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

 span { border-color: rgb(130,97,83); }

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