#825C48

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

Shades of Dark Wood #825C48

Tints of Dark Wood #825C48

Color information

#825C48 (or 0x825C48) is unknown color: approx Dark Wood. HEX triplet: 82, 5C and 48. RGB value is (130,92,72). Sum of RGB (Red+Green+Blue) = 130+92+72=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 92 (36.33% from 255 or 31.29% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 130 - color contains mainly: red. Hex color #825C48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825C48 is #7DA3B7. Grayscale: #656565. Windows color (decimal): -8233912 or 4742274. OLE color: 4742274.

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

Color convert

RGB1309272-
CMYK00.290.450.49
HSL20.69º28.71%39.61%-
HSV(B)20.69º44.62%50.98%-
XYZ14.212.877.87-
YUV101.08111.59148.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.22%
GREEN value IS 92 (36.33% from 255) = 31.29%
BLUE value IS 72 (28.52% from 255) = 24.49%
R=44.22%
G=31.29%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130927200.290.450.4920.6928.7139.61
Hex825C4801D2D31151d28
Octal2021341100355561253550
Binary10000010101110010010000111011011011100011010111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,92,72); }

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

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

 a { background-color: rgb(130,92,72); }

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

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

 span { border-color: rgb(130,92,72); }

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