Html Css Color HEX #826044 Dark Wood

📋 copy color: '#826044'

red 130 ◦ green 96 ◦ blue 68

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

Shades of Dark Wood #826044

Tints of Dark Wood #826044

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.65%

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

R = 44.22%
G = 32.65%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#826044 (or 0x826044) is known color: Dark Wood. HEX triplet: 82, 60 and 44. RGB value is (130,96,68). Sum of RGB (Red+Green+Blue) = 130+96+68=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 130 - color contains mainly: red. Hex color #826044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826044 is #7D9FBB. Grayscale: #676767. Windows color (decimal): -8232892 or 4481154. OLE color: 4481154.

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

Color convert

RGB 130 96 68 -
CMYK 0 0.26 0.48 0.49
HSL 27.1º 0.31% 0.39% -
HSV(B) 27.1º 0.48% 0.51% -
XYZ 14.43 13.53 7.32 -
YUV 102.97 108.26 147.28 -
System Red Green Blue C M Y K H S L
Decimal 130 96 68 0 0.26 0.48 0.49 27.1 0.31 0.39
Hex 82 60 44 0 1A 30 31 1B 1F 27
Octal 202 140 104 0 32 60 61 33 37 47
Binary 10000010 1100000 1000100 0 11010 110000 110001 11011 11111 100111

Color Harmonies of #826044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826044

Black with #826044

Text Example


Text Example

White with #826044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826044; }

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

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

background-color css

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

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

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

border-color css

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

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

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