#825D44

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

Shades of Dark Wood #825D44

Tints of Dark Wood #825D44

Color information

#825D44 (or 0x825D44) is unknown color: approx Dark Wood. HEX triplet: 82, 5D and 44. RGB value is (130,93,68). Sum of RGB (Red+Green+Blue) = 130+93+68=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 68 (26.95% from 255 or 23.37% from 291); Max value from RGB is 130 - color contains mainly: red. Hex color #825D44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825D44 is #7DA2BB. Grayscale: #656565. Windows color (decimal): -8233660 or 4480386. OLE color: 4480386.

HSL color Cylindrical-coordinate representation of color #825D44: hue angle of 24.19º 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 #825D44 is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB1309368-
CMYK00.280.480.49
HSL24.19º31.31%38.82%-
HSV(B)24.19º47.69%50.98%-
XYZ14.1612.997.23-
YUV101.21109.26148.53-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.67%
GREEN value IS 93 (36.72% from 255) = 31.96%
BLUE value IS 68 (26.95% from 255) = 23.37%
R=44.67%
G=31.96%
B=23.37%

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
Decimal130936800.280.480.4924.1931.3138.82
Hex825D4401C3031181f27
Octal2021351040346061303747
Binary10000010101110110001000111001100001100011100011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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