#826548

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

Shades of Dark Wood #826548

Tints of Dark Wood #826548

Color information

#826548 (or 0x826548) is unknown color: approx Dark Wood. HEX triplet: 82, 65 and 48. RGB value is (130,101,72). Sum of RGB (Red+Green+Blue) = 130+101+72=303 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.90% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 130 - color contains mainly: red. Hex color #826548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826548 is #7D9AB7. Grayscale: #6A6A6A. Windows color (decimal): -8231608 or 4744578. OLE color: 4744578.

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

Color convert

RGB13010172-
CMYK00.220.450.49
HSL30º28.71%39.61%-
HSV(B)30º44.62%50.98%-
XYZ15.0314.528.14-
YUV106.36108.61144.86-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.90%
GREEN value IS 101 (39.84% from 255) = 33.33%
BLUE value IS 72 (28.52% from 255) = 23.76%
R=42.90%
G=33.33%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301017200.220.450.493028.7139.61
Hex8265480162D311e1d28
Octal2021451100265561363550
Binary10000010110010110010000101101011011100011111011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826548; }

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

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

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

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

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

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

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

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