#826349

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

Shades of Dark Wood #826349

Tints of Dark Wood #826349

Color information

#826349 (or 0x826349) is unknown color: approx Dark Wood. HEX triplet: 82, 63 and 49. RGB value is (130,99,73). Sum of RGB (Red+Green+Blue) = 130+99+73=302 (40% of max value = 765). Red value is 130 (51.17% from 255 or 43.05% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 130 - color contains mainly: red. Hex color #826349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826349 is #7D9CB6. Grayscale: #696969. Windows color (decimal): -8232119 or 4809602. OLE color: 4809602.

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

Color convert

RGB1309973-
CMYK00.240.440.49
HSL27.37º28.08%39.8%-
HSV(B)27.37º43.85%50.98%-
XYZ14.8714.158.25-
YUV105.3109.77145.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.05%
GREEN value IS 99 (39.06% from 255) = 32.78%
BLUE value IS 73 (28.91% from 255) = 24.17%
R=43.05%
G=32.78%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130997300.240.440.4927.3728.0839.8
Hex8263490182C311b1c28
Octal2021431110305461333450
Binary10000010110001110010010110001011001100011101111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826349; }

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

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

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

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

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

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

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

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