Html Css Color HEX #826247 Dark Wood

📋 copy color: '#826247'

red 130 ◦ green 98 ◦ blue 71

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

Shades of Dark Wood #826247

Tints of Dark Wood #826247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 23.75%

R = 43.48%
G = 32.78%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#826247 (or 0x826247) is known color: Dark Wood. HEX triplet: 82, 62 and 47. RGB value is (130,98,71). Sum of RGB (Red+Green+Blue) = 130+98+71=299 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.48% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 71 (28.12% from 255 or 23.75% from 299); Max value from RGB is 130 - color contains mainly: red. Hex color #826247 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826247 is #7D9DB8. Grayscale: #686868. Windows color (decimal): -8232377 or 4678274. OLE color: 4678274.

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

Color convert

RGB 130 98 71 -
CMYK 0 0.25 0.45 0.49
HSL 27.46º 0.29% 0.39% -
HSV(B) 27.46º 0.45% 0.51% -
XYZ 14.71 13.94 7.88 -
YUV 104.49 109.1 146.2 -
System Red Green Blue C M Y K H S L
Decimal 130 98 71 0 0.25 0.45 0.49 27.46 0.29 0.39
Hex 82 62 47 0 19 2D 31 1B 1D 27
Octal 202 142 107 0 31 55 61 33 35 47
Binary 10000010 1100010 1000111 0 11001 101101 110001 11011 11101 100111

Color Harmonies of #826247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826247

Black with #826247

Text Example


Text Example

White with #826247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826247; }

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

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

background-color css

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

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

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

border-color css

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

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

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