#826043

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

Shades of Dark Wood #826043

Tints of Dark Wood #826043

Color information

#826043 (or 0x826043) is unknown color: approx Dark Wood. HEX triplet: 82, 60 and 43. RGB value is (130,96,67). Sum of RGB (Red+Green+Blue) = 130+96+67=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 67 (26.56% from 255 or 22.87% from 293); Max value from RGB is 130 - color contains mainly: red. Hex color #826043 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826043 is #7D9FBC. Grayscale: #676767. Windows color (decimal): -8232893 or 4415618. OLE color: 4415618.

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

Color convert

RGB1309667-
CMYK00.260.480.49
HSL27.62º31.98%38.63%-
HSV(B)27.62º48.46%50.98%-
XYZ14.413.527.16-
YUV102.86107.76147.36-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.37%
GREEN value IS 96 (37.89% from 255) = 32.76%
BLUE value IS 67 (26.56% from 255) = 22.87%
R=44.37%
G=32.76%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130966700.260.480.4927.6231.9838.63
Hex82604301A30311c2027
Octal2021401030326061344047
Binary100000101100000100001101101011000011000111100100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826043; }

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

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

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

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

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

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

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

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