#825F49

Color #825F49 Dark Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Wood #825F49

Tints of Dark Wood #825F49

Color information

#825F49 (or 0x825F49) is unknown color: approx Dark Wood. HEX triplet: 82, 5F and 49. RGB value is (130,95,73). Sum of RGB (Red+Green+Blue) = 130+95+73=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 95 (37.5% from 255 or 31.88% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 130 - color contains mainly: red. Hex color #825F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825F49 is #7DA0B6. Grayscale: #676767. Windows color (decimal): -8233143 or 4808578. OLE color: 4808578.

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

Color convert

RGB1309573-
CMYK00.270.440.49
HSL23.16º28.08%39.8%-
HSV(B)23.16º43.85%50.98%-
XYZ14.513.418.13-
YUV102.96111.1147.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.62%
GREEN value IS 95 (37.5% from 255) = 31.88%
BLUE value IS 73 (28.91% from 255) = 24.50%
R=43.62%
G=31.88%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130957300.270.440.4923.1628.0839.8
Hex825F4901B2C31171c28
Octal2021371110335461273450
Binary10000010101111110010010110111011001100011011111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,95,73); }

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

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

 a { background-color: rgb(130,95,73); }

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

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

 span { border-color: rgb(130,95,73); }

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