Html Css Color HEX #826246 Dark Wood

📋 copy color: '#826246'

red 130 ◦ green 98 ◦ blue 70

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

Shades of Dark Wood #826246

Tints of Dark Wood #826246

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.89%

 BLUE value IS 70 (27.73% from 255) = 23.49%

R = 43.62%
G = 32.89%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#826246 (or 0x826246) is known color: Dark Wood. HEX triplet: 82, 62 and 46. RGB value is (130,98,70). Sum of RGB (Red+Green+Blue) = 130+98+70=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 70 (27.73% from 255 or 23.49% from 298); Max value from RGB is 130 - color contains mainly: red. Hex color #826246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826246 is #7D9DB9. Grayscale: #686868. Windows color (decimal): -8232378 or 4612738. OLE color: 4612738.

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

Color convert

RGB 130 98 70 -
CMYK 0 0.25 0.46 0.49
HSL 28º 0.3% 0.39% -
HSV(B) 28º 0.46% 0.51% -
XYZ 14.68 13.92 7.71 -
YUV 104.38 108.6 146.28 -
System Red Green Blue C M Y K H S L
Decimal 130 98 70 0 0.25 0.46 0.49 28 0.3 0.39
Hex 82 62 46 0 19 2E 31 1C 1E 27
Octal 202 142 106 0 31 56 61 34 36 47
Binary 10000010 1100010 1000110 0 11001 101110 110001 11100 11110 100111

Color Harmonies of #826246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826246

Black with #826246

Text Example


Text Example

White with #826246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826246; }

 p { color: rgb(130,98,70); }

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

background-color css

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

 a { background-color: rgb(130,98,70); }

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

border-color css

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

 span { border-color: rgb(130,98,70); }

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