Html Css Color HEX #826442 Dark Wood

📋 copy color: '#826442'

red 130 ◦ green 100 ◦ blue 66

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

Shades of Dark Wood #826442

Tints of Dark Wood #826442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.3%

R = 43.92%
G = 33.78%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#826442 (or 0x826442) is known color: Dark Wood. HEX triplet: 82, 64 and 42. RGB value is (130,100,66). Sum of RGB (Red+Green+Blue) = 130+100+66=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 66 (26.17% from 255 or 22.30% from 296); Max value from RGB is 130 - color contains mainly: red. Hex color #826442 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826442 is #7D9BBD. Grayscale: #696969. Windows color (decimal): -8231870 or 4351106. OLE color: 4351106.

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

Color convert

RGB 130 100 66 -
CMYK 0 0.23 0.49 0.49
HSL 31.88º 0.33% 0.38% -
HSV(B) 31.88º 0.49% 0.51% -
XYZ 14.75 14.25 7.13 -
YUV 105.09 105.94 145.76 -
System Red Green Blue C M Y K H S L
Decimal 130 100 66 0 0.23 0.49 0.49 31.88 0.33 0.38
Hex 82 64 42 0 17 31 31 20 21 26
Octal 202 144 102 0 27 61 61 40 41 46
Binary 10000010 1100100 1000010 0 10111 110001 110001 100000 100001 100110

Color Harmonies of #826442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826442

Black with #826442

Text Example


Text Example

White with #826442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826442; }

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

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

background-color css

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

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

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

border-color css

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

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

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