#826448

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

Shades of Dark Wood #826448

Tints of Dark Wood #826448

Color information

#826448 (or 0x826448) is unknown color: approx Dark Wood. HEX triplet: 82, 64 and 48. RGB value is (130,100,72). Sum of RGB (Red+Green+Blue) = 130+100+72=302 (40% of max value = 765). Red value is 130 (51.17% from 255 or 43.05% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 72 (28.52% from 255 or 23.84% from 302); Max value from RGB is 130 - color contains mainly: red. Hex color #826448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826448 is #7D9BB7. Grayscale: #696969. Windows color (decimal): -8231864 or 4744322. OLE color: 4744322.

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

Color convert

RGB13010072-
CMYK00.230.450.49
HSL28.97º28.71%39.61%-
HSV(B)28.97º44.62%50.98%-
XYZ14.9314.338.11-
YUV105.78108.94145.28-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.05%
GREEN value IS 100 (39.45% from 255) = 33.11%
BLUE value IS 72 (28.52% from 255) = 23.84%
R=43.05%
G=33.11%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301007200.230.450.4928.9728.7139.61
Hex8264480172D311d1d28
Octal2021441100275561353550
Binary10000010110010010010000101111011011100011110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826448; }

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

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

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

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

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

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

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

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