Html Css Color HEX #826440 Dark Wood

📋 copy color: '#826440'

red 130 ◦ green 100 ◦ blue 64

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

Shades of Dark Wood #826440

Tints of Dark Wood #826440

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.01%

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

R = 44.22%
G = 34.01%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#826440 (or 0x826440) is known color: Dark Wood. HEX triplet: 82, 64 and 40. RGB value is (130,100,64). Sum of RGB (Red+Green+Blue) = 130+100+64=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 130 - color contains mainly: red. Hex color #826440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826440 is #7D9BBF. Grayscale: #696969. Windows color (decimal): -8231872 or 4220034. OLE color: 4220034.

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

Color convert

RGB 130 100 64 -
CMYK 0 0.23 0.51 0.49
HSL 32.73º 0.34% 0.38% -
HSV(B) 32.73º 0.51% 0.51% -
XYZ 14.69 14.23 6.82 -
YUV 104.87 104.94 145.93 -
System Red Green Blue C M Y K H S L
Decimal 130 100 64 0 0.23 0.51 0.49 32.73 0.34 0.38
Hex 82 64 40 0 17 33 31 21 22 26
Octal 202 144 100 0 27 63 61 41 42 46
Binary 10000010 1100100 1000000 0 10111 110011 110001 100001 100010 100110

Color Harmonies of #826440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826440

Black with #826440

Text Example


Text Example

White with #826440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826440; }

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

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

background-color css

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

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

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

border-color css

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

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

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