#825E44

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

Shades of Dark Wood #825E44

Tints of Dark Wood #825E44

Color information

#825E44 (or 0x825E44) is unknown color: approx Dark Wood. HEX triplet: 82, 5E and 44. RGB value is (130,94,68). Sum of RGB (Red+Green+Blue) = 130+94+68=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 94 (37.11% from 255 or 32.19% from 292); Blue value is 68 (26.95% from 255 or 23.29% from 292); Max value from RGB is 130 - color contains mainly: red. Hex color #825E44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825E44 is #7DA1BB. Grayscale: #656565. Windows color (decimal): -8233404 or 4480642. OLE color: 4480642.

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

Color convert

RGB1309468-
CMYK00.280.480.49
HSL25.16º31.31%38.82%-
HSV(B)25.16º47.69%50.98%-
XYZ14.2513.177.26-
YUV101.8108.93148.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.52%
GREEN value IS 94 (37.11% from 255) = 32.19%
BLUE value IS 68 (26.95% from 255) = 23.29%
R=44.52%
G=32.19%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130946800.280.480.4925.1631.3138.82
Hex825E4401C3031191f27
Octal2021361040346061313747
Binary10000010101111010001000111001100001100011100111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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