Html Css Color HEX #826149 Dark Wood

📋 copy color: '#826149'

red 130 ◦ green 97 ◦ blue 73

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

Shades of Dark Wood #826149

Tints of Dark Wood #826149

RGB

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

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

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

R = 43.33%
G = 32.33%
B = 24.33%

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

#826149 (or 0x826149) is known color: Dark Wood. HEX triplet: 82, 61 and 49. RGB value is (130,97,73). Sum of RGB (Red+Green+Blue) = 130+97+73=300 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.33% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 130 - color contains mainly: red. Hex color #826149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826149 is #7D9EB6. Grayscale: #686868. Windows color (decimal): -8232631 or 4809090. OLE color: 4809090.

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

Color convert

RGB 130 97 73 -
CMYK 0 0.25 0.44 0.49
HSL 25.26º 0.28% 0.4% -
HSV(B) 25.26º 0.44% 0.51% -
XYZ 14.68 13.78 8.19 -
YUV 104.13 110.43 146.45 -
System Red Green Blue C M Y K H S L
Decimal 130 97 73 0 0.25 0.44 0.49 25.26 0.28 0.4
Hex 82 61 49 0 19 2C 31 19 1C 28
Octal 202 141 111 0 31 54 61 31 34 50
Binary 10000010 1100001 1001001 0 11001 101100 110001 11001 11100 101000

Color Harmonies of #826149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826149

Black with #826149

Text Example


Text Example

White with #826149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826149; }

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

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

background-color css

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

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

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

border-color css

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

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

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