Html Css Color HEX #826347 Dark Wood

📋 copy color: '#826347'

red 130 ◦ green 99 ◦ blue 71

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

Shades of Dark Wood #826347

Tints of Dark Wood #826347

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33%

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

R = 43.33%
G = 33%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#826347 (or 0x826347) is known color: Dark Wood. HEX triplet: 82, 63 and 47. RGB value is (130,99,71). Sum of RGB (Red+Green+Blue) = 130+99+71=300 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.33% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 71 (28.12% from 255 or 23.67% from 300); Max value from RGB is 130 - color contains mainly: red. Hex color #826347 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826347 is #7D9CB8. Grayscale: #696969. Windows color (decimal): -8232121 or 4678530. OLE color: 4678530.

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

Color convert

RGB 130 99 71 -
CMYK 0 0.24 0.45 0.49
HSL 28.47º 0.29% 0.39% -
HSV(B) 28.47º 0.45% 0.51% -
XYZ 14.81 14.12 7.91 -
YUV 105.08 108.77 145.78 -
System Red Green Blue C M Y K H S L
Decimal 130 99 71 0 0.24 0.45 0.49 28.47 0.29 0.39
Hex 82 63 47 0 18 2D 31 1C 1D 27
Octal 202 143 107 0 30 55 61 34 35 47
Binary 10000010 1100011 1000111 0 11000 101101 110001 11100 11101 100111

Color Harmonies of #826347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826347

Black with #826347

Text Example


Text Example

White with #826347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826347; }

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

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

background-color css

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

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

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

border-color css

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

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

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