Html Css Color HEX #826744 Dark Wood

📋 copy color: '#826744'

red 130 ◦ green 103 ◦ blue 68

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

Shades of Dark Wood #826744

Tints of Dark Wood #826744

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.22%

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

R = 43.19%
G = 34.22%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#826744 (or 0x826744) is known color: Dark Wood. HEX triplet: 82, 67 and 44. RGB value is (130,103,68). Sum of RGB (Red+Green+Blue) = 130+103+68=301 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.19% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 68 (26.95% from 255 or 22.59% from 301); Max value from RGB is 130 - color contains mainly: red. Hex color #826744 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826744 is #7D98BB. Grayscale: #6B6B6B. Windows color (decimal): -8231100 or 4482946. OLE color: 4482946.

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

Color convert

RGB 130 103 68 -
CMYK 0 0.21 0.48 0.49
HSL 33.87º 0.31% 0.39% -
HSV(B) 33.87º 0.48% 0.51% -
XYZ 15.1 14.86 7.54 -
YUV 107.08 105.95 144.35 -
System Red Green Blue C M Y K H S L
Decimal 130 103 68 0 0.21 0.48 0.49 33.87 0.31 0.39
Hex 82 67 44 0 15 30 31 22 1F 27
Octal 202 147 104 0 25 60 61 42 37 47
Binary 10000010 1100111 1000100 0 10101 110000 110001 100010 11111 100111

Color Harmonies of #826744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826744

Black with #826744

Text Example


Text Example

White with #826744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826744; }

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

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

background-color css

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

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

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

border-color css

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

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

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