Html Css Color HEX #826040 Dark Wood

📋 copy color: '#826040'

red 130 ◦ green 96 ◦ blue 64

#826040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Wood #826040

Tints of Dark Wood #826040

RGB

 RED value IS 130 (51.17% from 255) = 44.83%

 GREEN value IS 96 (37.89% from 255) = 33.1%

 BLUE value IS 64 (25.39% from 255) = 22.07%

R = 44.83%
G = 33.1%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#826040 (or 0x826040) is known color: Dark Wood. HEX triplet: 82, 60 and 40. RGB value is (130,96,64). Sum of RGB (Red+Green+Blue) = 130+96+64=290 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.83% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 130 - color contains mainly: red. Hex color #826040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826040 is #7D9FBF. Grayscale: #666666. Windows color (decimal): -8232896 or 4219010. OLE color: 4219010.

HSL color Cylindrical-coordinate representation of color #826040: hue angle of 29.09º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #826040 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 96 64 -
CMYK 0 0.26 0.51 0.49
HSL 29.09º 0.34% 0.38% -
HSV(B) 29.09º 0.51% 0.51% -
XYZ 14.31 13.48 6.7 -
YUV 102.52 106.26 147.6 -
System Red Green Blue C M Y K H S L
Decimal 130 96 64 0 0.26 0.51 0.49 29.09 0.34 0.38
Hex 82 60 40 0 1A 33 31 1D 22 26
Octal 202 140 100 0 32 63 61 35 42 46
Binary 10000010 1100000 1000000 0 11010 110011 110001 11101 100010 100110

Color Harmonies of #826040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826040

Black with #826040

Text Example


Text Example

White with #826040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826040; }

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

 H1.HeaderClassName
 {
   color: #826040;
 }
 .AnyTagClassName
 {
   color: #826040;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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