#826048

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

Shades of Dark Wood #826048

Tints of Dark Wood #826048

Color information

#826048 (or 0x826048) is unknown color: approx Dark Wood. HEX triplet: 82, 60 and 48. RGB value is (130,96,72). Sum of RGB (Red+Green+Blue) = 130+96+72=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 130 - color contains mainly: red. Hex color #826048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826048 is #7D9FB7. Grayscale: #676767. Windows color (decimal): -8232888 or 4743298. OLE color: 4743298.

HSL color Cylindrical-coordinate representation of color #826048: hue angle of 24.83º 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 #826048 is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB1309672-
CMYK00.260.450.49
HSL24.83º28.71%39.61%-
HSV(B)24.83º44.62%50.98%-
XYZ14.5613.587.98-
YUV103.43110.26146.95-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.62%
GREEN value IS 96 (37.89% from 255) = 32.21%
BLUE value IS 72 (28.52% from 255) = 24.16%
R=43.62%
G=32.21%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130967200.260.450.4924.8328.7139.61
Hex82604801A2D31191d28
Octal2021401100325561313550
Binary10000010110000010010000110101011011100011100111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826048; }

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

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

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

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

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

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

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

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