Html Css Color HEX #826447 Dark Wood

📋 copy color: '#826447'

red 130 ◦ green 100 ◦ blue 71

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

Shades of Dark Wood #826447

Tints of Dark Wood #826447

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.22%

 BLUE value IS 71 (28.13% from 255) = 23.59%

R = 43.19%
G = 33.22%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#826447 (or 0x826447) is known color: Dark Wood. HEX triplet: 82, 64 and 47. RGB value is (130,100,71). Sum of RGB (Red+Green+Blue) = 130+100+71=301 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.19% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 71 (28.12% from 255 or 23.59% from 301); Max value from RGB is 130 - color contains mainly: red. Hex color #826447 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826447 is #7D9BB8. Grayscale: #696969. Windows color (decimal): -8231865 or 4678786. OLE color: 4678786.

HSL color Cylindrical-coordinate representation of color #826447: hue angle of 29.49º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #826447 is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 100 71 -
CMYK 0 0.23 0.45 0.49
HSL 29.49º 0.29% 0.39% -
HSV(B) 29.49º 0.45% 0.51% -
XYZ 14.9 14.32 7.94 -
YUV 105.66 108.44 145.36 -
System Red Green Blue C M Y K H S L
Decimal 130 100 71 0 0.23 0.45 0.49 29.49 0.29 0.39
Hex 82 64 47 0 17 2D 31 1D 1D 27
Octal 202 144 107 0 27 55 61 35 35 47
Binary 10000010 1100100 1000111 0 10111 101101 110001 11101 11101 100111

Color Harmonies of #826447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826447

Black with #826447

Text Example


Text Example

White with #826447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826447; }

 p { color: rgb(130,100,71); }

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

background-color css

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

 a { background-color: rgb(130,100,71); }

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

border-color css

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

 span { border-color: rgb(130,100,71); }

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