#825A4F

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

Shades of Spicy Mix #825A4F

Tints of Spicy Mix #825A4F

Color information

#825A4F (or 0x825A4F) is unknown color: approx Spicy Mix. HEX triplet: 82, 5A and 4F. RGB value is (130,90,79). Sum of RGB (Red+Green+Blue) = 130+90+79=299 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.48% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 79 (31.25% from 255 or 26.42% from 299); Max value from RGB is 130 - color contains mainly: red. Hex color #825A4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825A4F is #7DA5B0. Grayscale: #646464. Windows color (decimal): -8234417 or 5200514. OLE color: 5200514.

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

Color convert

RGB1309079-
CMYK00.310.390.49
HSL12.94º24.4%40.98%-
HSV(B)12.94º39.23%50.98%-
XYZ14.2712.629.08-
YUV100.71115.75148.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.48%
GREEN value IS 90 (35.55% from 255) = 30.10%
BLUE value IS 79 (31.25% from 255) = 26.42%
R=43.48%
G=30.10%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130907900.310.390.4912.9424.440.98
Hex825A4F01F2731d1829
Octal2021321170374761153051
Binary1000001010110101001111011111100111110001110111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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