Html Css Color HEX #826140 Dark Wood

📋 copy color: '#826140'

red 130 ◦ green 97 ◦ blue 64

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

Shades of Dark Wood #826140

Tints of Dark Wood #826140

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.33%

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

R = 44.67%
G = 33.33%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#826140 (or 0x826140) is known color: Dark Wood. HEX triplet: 82, 61 and 40. RGB value is (130,97,64). Sum of RGB (Red+Green+Blue) = 130+97+64=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 130 - color contains mainly: red. Hex color #826140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826140 is #7D9EBF. Grayscale: #676767. Windows color (decimal): -8232640 or 4219266. OLE color: 4219266.

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

Color convert

RGB 130 97 64 -
CMYK 0 0.25 0.51 0.49
HSL 30º 0.34% 0.38% -
HSV(B) 30º 0.51% 0.51% -
XYZ 14.41 13.67 6.73 -
YUV 103.11 105.93 147.18 -
System Red Green Blue C M Y K H S L
Decimal 130 97 64 0 0.25 0.51 0.49 30 0.34 0.38
Hex 82 61 40 0 19 33 31 1E 22 26
Octal 202 141 100 0 31 63 61 36 42 46
Binary 10000010 1100001 1000000 0 11001 110011 110001 11110 100010 100110

Color Harmonies of #826140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826140

Black with #826140

Text Example


Text Example

White with #826140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826140; }

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

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

background-color css

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

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

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

border-color css

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

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

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