Html Css Color HEX #826249 Dark Wood

📋 copy color: '#826249'

red 130 ◦ green 98 ◦ blue 73

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

Shades of Dark Wood #826249

Tints of Dark Wood #826249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 24.25%

R = 43.19%
G = 32.56%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#826249 (or 0x826249) is known color: Dark Wood. HEX triplet: 82, 62 and 49. RGB value is (130,98,73). Sum of RGB (Red+Green+Blue) = 130+98+73=301 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.19% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 73 (28.91% from 255 or 24.25% from 301); Max value from RGB is 130 - color contains mainly: red. Hex color #826249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826249 is #7D9DB6. Grayscale: #686868. Windows color (decimal): -8232375 or 4809346. OLE color: 4809346.

HSL color Cylindrical-coordinate representation of color #826249: hue angle of 26.32º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #826249 is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 98 73 -
CMYK 0 0.25 0.44 0.49
HSL 26.32º 0.28% 0.4% -
HSV(B) 26.32º 0.44% 0.51% -
XYZ 14.78 13.96 8.22 -
YUV 104.72 110.1 146.03 -
System Red Green Blue C M Y K H S L
Decimal 130 98 73 0 0.25 0.44 0.49 26.32 0.28 0.4
Hex 82 62 49 0 19 2C 31 1A 1C 28
Octal 202 142 111 0 31 54 61 32 34 50
Binary 10000010 1100010 1001001 0 11001 101100 110001 11010 11100 101000

Color Harmonies of #826249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826249

Black with #826249

Text Example


Text Example

White with #826249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826249; }

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

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

background-color css

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

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

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

border-color css

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

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

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