Html Css Color HEX #826649 Dark Wood

📋 copy color: '#826649'

red 130 ◦ green 102 ◦ blue 73

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

Shades of Dark Wood #826649

Tints of Dark Wood #826649

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.44%

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

R = 42.62%
G = 33.44%
B = 23.93%

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

#826649 (or 0x826649) is known color: Dark Wood. HEX triplet: 82, 66 and 49. RGB value is (130,102,73). Sum of RGB (Red+Green+Blue) = 130+102+73=305 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.62% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 130 - color contains mainly: red. Hex color #826649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826649 is #7D99B6. Grayscale: #6B6B6B. Windows color (decimal): -8231351 or 4810370. OLE color: 4810370.

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

Color convert

RGB 130 102 73 -
CMYK 0 0.22 0.44 0.49
HSL 30.53º 0.28% 0.4% -
HSV(B) 30.53º 0.44% 0.51% -
XYZ 15.16 14.73 8.35 -
YUV 107.07 108.78 144.36 -
System Red Green Blue C M Y K H S L
Decimal 130 102 73 0 0.22 0.44 0.49 30.53 0.28 0.4
Hex 82 66 49 0 16 2C 31 1F 1C 28
Octal 202 146 111 0 26 54 61 37 34 50
Binary 10000010 1100110 1001001 0 10110 101100 110001 11111 11100 101000

Color Harmonies of #826649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826649

Black with #826649

Text Example


Text Example

White with #826649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826649; }

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

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

background-color css

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

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

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

border-color css

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

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

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