#826053

Color #826053 Spicy Mix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Mix #826053

Tints of Spicy Mix #826053

Color information

#826053 (or 0x826053) is unknown color: approx 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

RGB1309683-
CMYK00.260.360.49
HSL16.6º22.07%41.76%-
HSV(B)16.6º36.15%50.98%-
XYZ14.9513.7410.05-
YUV104.68115.76146.06-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130968300.260.360.4916.622.0741.76
Hex82605301A243111162a
Octal2021401230324461212652
Binary10000010110000010100110110101001001100011000110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>