#826649

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

Shades of Dark Wood #826649

Tints of Dark Wood #826649

Color information

#826649 (or 0x826649) is unknown color: approx Dark Wood. HEX triplet: 82, 66 and 49. RGB value is (130,102,73). Sum of RGB (Red+Green+Blue) = 130+102+73=305 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.62% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 130 - color contains mainly: red. Hex color #826649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826649 is #7D99B6. Grayscale: #6B6B6B. Windows color (decimal): -8231351 or 4810370. OLE color: 4810370.

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

Color convert

RGB13010273-
CMYK00.220.440.49
HSL30.53º28.08%39.8%-
HSV(B)30.53º43.85%50.98%-
XYZ15.1614.738.35-
YUV107.07108.78144.36-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.62%
GREEN value IS 102 (40.23% from 255) = 33.44%
BLUE value IS 73 (28.91% from 255) = 23.93%
R=42.62%
G=33.44%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301027300.220.440.4930.5328.0839.8
Hex8266490162C311f1c28
Octal2021461110265461373450
Binary10000010110011010010010101101011001100011111111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826649; }

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

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

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

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

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

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

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

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