Html Css Color HEX #826141 Dark Wood

📋 copy color: '#826141'

red 130 ◦ green 97 ◦ blue 65

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

Shades of Dark Wood #826141

Tints of Dark Wood #826141

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.22%

 BLUE value IS 65 (25.78% from 255) = 22.26%

R = 44.52%
G = 33.22%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#826141 (or 0x826141) is known color: Dark Wood. HEX triplet: 82, 61 and 41. RGB value is (130,97,65). Sum of RGB (Red+Green+Blue) = 130+97+65=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 97 (38.28% from 255 or 33.22% from 292); Blue value is 65 (25.78% from 255 or 22.26% from 292); Max value from RGB is 130 - color contains mainly: red. Hex color #826141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826141 is #7D9EBE. Grayscale: #676767. Windows color (decimal): -8232639 or 4284802. OLE color: 4284802.

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

Color convert

RGB 130 97 65 -
CMYK 0 0.25 0.50 0.49
HSL 29.54º 0.33% 0.38% -
HSV(B) 29.54º 0.5% 0.51% -
XYZ 14.43 13.68 6.88 -
YUV 103.22 106.43 147.1 -
System Red Green Blue C M Y K H S L
Decimal 130 97 65 0 0.25 0.50 0.49 29.54 0.33 0.38
Hex 82 61 41 0 19 32 31 1E 21 26
Octal 202 141 101 0 31 62 61 36 41 46
Binary 10000010 1100001 1000001 0 11001 110010 110001 11110 100001 100110

Color Harmonies of #826141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826141

Black with #826141

Text Example


Text Example

White with #826141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826141; }

 p { color: rgb(130,97,65); }

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

background-color css

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

 a { background-color: rgb(130,97,65); }

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

border-color css

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

 span { border-color: rgb(130,97,65); }

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