#825A4B

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

Shades of Spicy Mix #825A4B

Tints of Spicy Mix #825A4B

Color information

#825A4B (or 0x825A4B) is unknown color: approx Spicy Mix. HEX triplet: 82, 5A and 4B. RGB value is (130,90,75). Sum of RGB (Red+Green+Blue) = 130+90+75=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 130 - color contains mainly: red. Hex color #825A4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825A4B is #7DA5B4. Grayscale: #646464. Windows color (decimal): -8234421 or 4938370. OLE color: 4938370.

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

Color convert

RGB1309075-
CMYK00.310.420.49
HSL16.36º26.83%40.2%-
HSV(B)16.36º42.31%50.98%-
XYZ14.1312.578.34-
YUV100.25113.75149.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.07%
GREEN value IS 90 (35.55% from 255) = 30.51%
BLUE value IS 75 (29.69% from 255) = 25.42%
R=44.07%
G=30.51%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130907500.310.420.4916.3626.8340.2
Hex825A4B01F2A31101b28
Octal2021321130375261203350
Binary10000010101101010010110111111010101100011000011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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