#825E46

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

Shades of Dark Wood #825E46

Tints of Dark Wood #825E46

Color information

#825E46 (or 0x825E46) is unknown color: approx Dark Wood. HEX triplet: 82, 5E and 46. RGB value is (130,94,70). Sum of RGB (Red+Green+Blue) = 130+94+70=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 94 (37.11% from 255 or 31.97% from 294); Blue value is 70 (27.73% from 255 or 23.81% from 294); Max value from RGB is 130 - color contains mainly: red. Hex color #825E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825E46 is #7DA1B9. Grayscale: #666666. Windows color (decimal): -8233402 or 4611714. OLE color: 4611714.

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

Color convert

RGB1309470-
CMYK00.280.460.49
HSL24º30%39.22%-
HSV(B)24º46.15%50.98%-
XYZ14.3113.197.59-
YUV102.03109.93147.95-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.22%
GREEN value IS 94 (37.11% from 255) = 31.97%
BLUE value IS 70 (27.73% from 255) = 23.81%
R=44.22%
G=31.97%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130947000.280.460.49243039.22
Hex825E4601C2E31181e27
Octal2021361060345661303647
Binary10000010101111010001100111001011101100011100011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,94,70); }

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

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

 a { background-color: rgb(130,94,70); }

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

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

 span { border-color: rgb(130,94,70); }

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