Html Css Color HEX #826444 Dark Wood

📋 copy color: '#826444'

red 130 ◦ green 100 ◦ blue 68

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

Shades of Dark Wood #826444

Tints of Dark Wood #826444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.82%

R = 43.62%
G = 33.56%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#826444 (or 0x826444) is known color: Dark Wood. HEX triplet: 82, 64 and 44. RGB value is (130,100,68). Sum of RGB (Red+Green+Blue) = 130+100+68=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 68 (26.95% from 255 or 22.82% from 298); Max value from RGB is 130 - color contains mainly: red. Hex color #826444 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826444 is #7D9BBB. Grayscale: #696969. Windows color (decimal): -8231868 or 4482178. OLE color: 4482178.

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

Color convert

RGB 130 100 68 -
CMYK 0 0.23 0.48 0.49
HSL 30.97º 0.31% 0.39% -
HSV(B) 30.97º 0.48% 0.51% -
XYZ 14.81 14.28 7.44 -
YUV 105.32 106.94 145.6 -
System Red Green Blue C M Y K H S L
Decimal 130 100 68 0 0.23 0.48 0.49 30.97 0.31 0.39
Hex 82 64 44 0 17 30 31 1F 1F 27
Octal 202 144 104 0 27 60 61 37 37 47
Binary 10000010 1100100 1000100 0 10111 110000 110001 11111 11111 100111

Color Harmonies of #826444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826444

Black with #826444

Text Example


Text Example

White with #826444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826444; }

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

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

background-color css

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

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

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

border-color css

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

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

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