#825C4C

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

Shades of Spicy Mix #825C4C

Tints of Spicy Mix #825C4C

Color information

#825C4C (or 0x825C4C) is unknown color: approx Spicy Mix. HEX triplet: 82, 5C and 4C. RGB value is (130,92,76). Sum of RGB (Red+Green+Blue) = 130+92+76=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 92 (36.33% from 255 or 30.87% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 130 - color contains mainly: red. Hex color #825C4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825C4C is #7DA3B3. Grayscale: #656565. Windows color (decimal): -8233908 or 5004418. OLE color: 5004418.

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

Color convert

RGB1309276-
CMYK00.290.420.49
HSL17.78º26.21%40.39%-
HSV(B)17.78º41.54%50.98%-
XYZ14.3412.928.58-
YUV101.54113.59148.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.62%
GREEN value IS 92 (36.33% from 255) = 30.87%
BLUE value IS 76 (30.08% from 255) = 25.50%
R=43.62%
G=30.87%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130927600.290.420.4917.7826.2140.39
Hex825C4C01D2A31121a28
Octal2021341140355261223250
Binary10000010101110010011000111011010101100011001011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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