Html Css Color HEX #826243 Dark Wood

📋 copy color: '#826243'

red 130 ◦ green 98 ◦ blue 67

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

Shades of Dark Wood #826243

Tints of Dark Wood #826243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 22.71%

R = 44.07%
G = 33.22%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#826243 (or 0x826243) is known color: Dark Wood. HEX triplet: 82, 62 and 43. RGB value is (130,98,67). Sum of RGB (Red+Green+Blue) = 130+98+67=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 67 (26.56% from 255 or 22.71% from 295); Max value from RGB is 130 - color contains mainly: red. Hex color #826243 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826243 is #7D9DBC. Grayscale: #686868. Windows color (decimal): -8232381 or 4416130. OLE color: 4416130.

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

Color convert

RGB 130 98 67 -
CMYK 0 0.25 0.48 0.49
HSL 29.52º 0.32% 0.39% -
HSV(B) 29.52º 0.48% 0.51% -
XYZ 14.59 13.89 7.22 -
YUV 104.03 107.1 146.52 -
System Red Green Blue C M Y K H S L
Decimal 130 98 67 0 0.25 0.48 0.49 29.52 0.32 0.39
Hex 82 62 43 0 19 30 31 1E 20 27
Octal 202 142 103 0 31 60 61 36 40 47
Binary 10000010 1100010 1000011 0 11001 110000 110001 11110 100000 100111

Color Harmonies of #826243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826243

Black with #826243

Text Example


Text Example

White with #826243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826243; }

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

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

background-color css

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

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

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

border-color css

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

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

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