#825C4D

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

Shades of Spicy Mix #825C4D

Tints of Spicy Mix #825C4D

Color information

#825C4D (or 0x825C4D) is unknown color: approx Spicy Mix. HEX triplet: 82, 5C and 4D. RGB value is (130,92,77). Sum of RGB (Red+Green+Blue) = 130+92+77=299 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.48% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 130 - color contains mainly: red. Hex color #825C4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825C4D is #7DA3B2. Grayscale: #656565. Windows color (decimal): -8233907 or 5069954. OLE color: 5069954.

HSL color Cylindrical-coordinate representation of color #825C4D: hue angle of 16.98º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #825C4D is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB1309277-
CMYK00.290.410.49
HSL16.98º25.6%40.59%-
HSV(B)16.98º40.77%50.98%-
XYZ14.3712.948.76-
YUV101.65114.09148.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.48%
GREEN value IS 92 (36.33% from 255) = 30.77%
BLUE value IS 77 (30.47% from 255) = 25.75%
R=43.48%
G=30.77%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130927700.290.410.4916.9825.640.59
Hex825C4D01D2931111a29
Octal2021341150355161213251
Binary10000010101110010011010111011010011100011000111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,92,77); }

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

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

 a { background-color: rgb(130,92,77); }

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

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

 span { border-color: rgb(130,92,77); }

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