Html Css Color HEX #826549 Dark Wood

📋 copy color: '#826549'

red 130 ◦ green 101 ◦ blue 73

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

Shades of Dark Wood #826549

Tints of Dark Wood #826549

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.22%

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

R = 42.76%
G = 33.22%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#826549 (or 0x826549) is known color: Dark Wood. HEX triplet: 82, 65 and 49. RGB value is (130,101,73). Sum of RGB (Red+Green+Blue) = 130+101+73=304 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.76% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 130 - color contains mainly: red. Hex color #826549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826549 is #7D9AB6. Grayscale: #6A6A6A. Windows color (decimal): -8231607 or 4810114. OLE color: 4810114.

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

Color convert

RGB 130 101 73 -
CMYK 0 0.22 0.44 0.49
HSL 29.47º 0.28% 0.4% -
HSV(B) 29.47º 0.44% 0.51% -
XYZ 15.06 14.53 8.31 -
YUV 106.48 109.11 144.78 -
System Red Green Blue C M Y K H S L
Decimal 130 101 73 0 0.22 0.44 0.49 29.47 0.28 0.4
Hex 82 65 49 0 16 2C 31 1D 1C 28
Octal 202 145 111 0 26 54 61 35 34 50
Binary 10000010 1100101 1001001 0 10110 101100 110001 11101 11100 101000

Color Harmonies of #826549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826549

Black with #826549

Text Example


Text Example

White with #826549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826549; }

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

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

background-color css

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

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

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

border-color css

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

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

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