#825A50

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

Shades of Spicy Mix #825A50

Tints of Spicy Mix #825A50

Color information

#825A50 (or 0x825A50) is unknown color: approx Spicy Mix. HEX triplet: 82, 5A and 50. RGB value is (130,90,80). Sum of RGB (Red+Green+Blue) = 130+90+80=300 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.33% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 80 (31.64% from 255 or 26.67% from 300); Max value from RGB is 130 - color contains mainly: red. Hex color #825A50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825A50 is #7DA5AF. Grayscale: #646464. Windows color (decimal): -8234416 or 5266050. OLE color: 5266050.

HSL color Cylindrical-coordinate representation of color #825A50: hue angle of 12º 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 #825A50 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB1309080-
CMYK00.310.380.49
HSL12º23.81%41.18%-
HSV(B)12º38.46%50.98%-
XYZ14.3112.649.27-
YUV100.82116.25148.81-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.33%
GREEN value IS 90 (35.55% from 255) = 30%
BLUE value IS 80 (31.64% from 255) = 26.67%
R=43.33%
G=30%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130908000.310.380.491223.8141.18
Hex825A5001F2631c1829
Octal2021321200374661143051
Binary1000001010110101010000011111100110110001110011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825A50; }

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

 H1.HeaderClassName
 {
   color: #825A50;
 }
 .AnyTagClassName
 {
   color: #825A50;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #825A50;
 }
 .BgClassName
 {
   background-color: #825A50;
 }
</style>
border-color css

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

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

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