#826443

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

Shades of Dark Wood #826443

Tints of Dark Wood #826443

Color information

#826443 (or 0x826443) is unknown color: approx Dark Wood. HEX triplet: 82, 64 and 43. RGB value is (130,100,67). Sum of RGB (Red+Green+Blue) = 130+100+67=297 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.77% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 67 (26.56% from 255 or 22.56% from 297); Max value from RGB is 130 - color contains mainly: red. Hex color #826443 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826443 is #7D9BBC. Grayscale: #696969. Windows color (decimal): -8231869 or 4416642. OLE color: 4416642.

HSL color Cylindrical-coordinate representation of color #826443: hue angle of 31.43º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #826443 is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB13010067-
CMYK00.230.480.49
HSL31.43º31.98%38.63%-
HSV(B)31.43º48.46%50.98%-
XYZ14.7814.277.28-
YUV105.21106.44145.68-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.77%
GREEN value IS 100 (39.45% from 255) = 33.67%
BLUE value IS 67 (26.56% from 255) = 22.56%
R=43.77%
G=33.67%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301006700.230.480.4931.4331.9838.63
Hex82644301730311f2027
Octal2021441030276061374047
Binary100000101100100100001101011111000011000111111100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826443; }

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

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

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

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

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

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

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

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