Html Css Color HEX #826240 Dark Wood

📋 copy color: '#826240'

red 130 ◦ green 98 ◦ blue 64

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

Shades of Dark Wood #826240

Tints of Dark Wood #826240

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.56%

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

R = 44.52%
G = 33.56%
B = 21.92%

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

#826240 (or 0x826240) is known color: Dark Wood. HEX triplet: 82, 62 and 40. RGB value is (130,98,64). Sum of RGB (Red+Green+Blue) = 130+98+64=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 98 (38.67% from 255 or 33.56% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 130 - color contains mainly: red. Hex color #826240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826240 is #7D9DBF. Grayscale: #676767. Windows color (decimal): -8232384 or 4219522. OLE color: 4219522.

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

Color convert

RGB 130 98 64 -
CMYK 0 0.25 0.51 0.49
HSL 30.91º 0.34% 0.38% -
HSV(B) 30.91º 0.51% 0.51% -
XYZ 14.5 13.85 6.76 -
YUV 103.69 105.6 146.76 -
System Red Green Blue C M Y K H S L
Decimal 130 98 64 0 0.25 0.51 0.49 30.91 0.34 0.38
Hex 82 62 40 0 19 33 31 1F 22 26
Octal 202 142 100 0 31 63 61 37 42 46
Binary 10000010 1100010 1000000 0 11001 110011 110001 11111 100010 100110

Color Harmonies of #826240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826240

Black with #826240

Text Example


Text Example

White with #826240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826240; }

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

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

background-color css

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

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

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

border-color css

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

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

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