Html Css Color HEX #826053 Spicy Mix

📋 copy color: '#826053'

red 130 ◦ green 96 ◦ blue 83

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

Shades of Spicy Mix #826053

Tints of Spicy Mix #826053

RGB

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

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

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

R = 42.07%
G = 31.07%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#826053 (or 0x826053) is known color: Spicy Mix. HEX triplet: 82, 60 and 53. RGB value is (130,96,83). Sum of RGB (Red+Green+Blue) = 130+96+83=309 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.07% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 83 (32.81% from 255 or 26.86% from 309); Max value from RGB is 130 - color contains mainly: red. Hex color #826053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826053 is #7D9FAC. Grayscale: #686868. Windows color (decimal): -8232877 or 5464194. OLE color: 5464194.

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

Color convert

RGB 130 96 83 -
CMYK 0 0.26 0.36 0.49
HSL 16.6º 0.22% 0.42% -
HSV(B) 16.6º 0.36% 0.51% -
XYZ 14.95 13.74 10.05 -
YUV 104.68 115.76 146.06 -
System Red Green Blue C M Y K H S L
Decimal 130 96 83 0 0.26 0.36 0.49 16.6 0.22 0.42
Hex 82 60 53 0 1A 24 31 11 16 2A
Octal 202 140 123 0 32 44 61 21 26 52
Binary 10000010 1100000 1010011 0 11010 100100 110001 10001 10110 101010

Color Harmonies of #826053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826053

Black with #826053

Text Example


Text Example

White with #826053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826053; }

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

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

background-color css

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

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

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

border-color css

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

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

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