#826648

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

Shades of Dark Wood #826648

Tints of Dark Wood #826648

Color information

#826648 (or 0x826648) is unknown color: approx Dark Wood. HEX triplet: 82, 66 and 48. RGB value is (130,102,72). Sum of RGB (Red+Green+Blue) = 130+102+72=304 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.76% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 72 (28.52% from 255 or 23.68% from 304); Max value from RGB is 130 - color contains mainly: red. Hex color #826648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826648 is #7D99B7. Grayscale: #6B6B6B. Windows color (decimal): -8231352 or 4744834. OLE color: 4744834.

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

Color convert

RGB13010272-
CMYK00.220.450.49
HSL31.03º28.71%39.61%-
HSV(B)31.03º44.62%50.98%-
XYZ15.1314.728.17-
YUV106.95108.28144.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.76%
GREEN value IS 102 (40.23% from 255) = 33.55%
BLUE value IS 72 (28.52% from 255) = 23.68%
R=42.76%
G=33.55%
B=23.68%

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
Decimal1301027200.220.450.4931.0328.7139.61
Hex8266480162D311f1d28
Octal2021461100265561373550
Binary10000010110011010010000101101011011100011111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826648; }

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

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

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

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

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

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

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

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