#825F3F

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

Shades of Dark Wood #825F3F

Tints of Dark Wood #825F3F

Color information

#825F3F (or 0x825F3F) is unknown color: approx Dark Wood. HEX triplet: 82, 5F and 3F. RGB value is (130,95,63). Sum of RGB (Red+Green+Blue) = 130+95+63=288 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.14% from 288); Green value is 95 (37.5% from 255 or 32.99% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 130 - color contains mainly: red. Hex color #825F3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825F3F is #7DA0C0. Grayscale: #656565. Windows color (decimal): -8233153 or 4153218. OLE color: 4153218.

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

Color convert

RGB1309563-
CMYK00.270.520.49
HSL28.66º34.72%37.84%-
HSV(B)28.66º51.54%50.98%-
XYZ14.213.296.52-
YUV101.82106.1148.1-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.14%
GREEN value IS 95 (37.5% from 255) = 32.99%
BLUE value IS 63 (25% from 255) = 21.88%
R=45.14%
G=32.99%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130956300.270.520.4928.6634.7237.84
Hex825F3F01B34311d2326
Octal202137770336461354346
Binary10000010101111111111101101111010011000111101100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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