#825B4B

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

Shades of Spicy Mix #825B4B

Tints of Spicy Mix #825B4B

Color information

#825B4B (or 0x825B4B) is unknown color: approx Spicy Mix. HEX triplet: 82, 5B and 4B. RGB value is (130,91,75). Sum of RGB (Red+Green+Blue) = 130+91+75=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 91 (35.94% from 255 or 30.74% from 296); Blue value is 75 (29.69% from 255 or 25.34% from 296); Max value from RGB is 130 - color contains mainly: red. Hex color #825B4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825B4B is #7DA4B4. Grayscale: #646464. Windows color (decimal): -8234165 or 4938626. OLE color: 4938626.

HSL color Cylindrical-coordinate representation of color #825B4B: hue angle of 17.45º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #825B4B is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB1309175-
CMYK00.300.420.49
HSL17.45º26.83%40.2%-
HSV(B)17.45º42.31%50.98%-
XYZ14.2212.748.37-
YUV100.84113.42148.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.92%
GREEN value IS 91 (35.94% from 255) = 30.74%
BLUE value IS 75 (29.69% from 255) = 25.34%
R=43.92%
G=30.74%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130917500.300.420.4917.4526.8340.2
Hex825B4B01E2A31111b28
Octal2021331130365261213350
Binary10000010101101110010110111101010101100011000111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,91,75); }

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

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

 a { background-color: rgb(130,91,75); }

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

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

 span { border-color: rgb(130,91,75); }

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