Html Css Color HEX #826541 Dark Wood

📋 copy color: '#826541'

red 130 ◦ green 101 ◦ blue 65

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

Shades of Dark Wood #826541

Tints of Dark Wood #826541

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.12%

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

R = 43.92%
G = 34.12%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#826541 (or 0x826541) is known color: Dark Wood. HEX triplet: 82, 65 and 41. RGB value is (130,101,65). Sum of RGB (Red+Green+Blue) = 130+101+65=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 65 (25.78% from 255 or 21.96% from 296); Max value from RGB is 130 - color contains mainly: red. Hex color #826541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826541 is #7D9ABE. Grayscale: #696969. Windows color (decimal): -8231615 or 4285826. OLE color: 4285826.

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

Color convert

RGB 130 101 65 -
CMYK 0 0.22 0.50 0.49
HSL 33.23º 0.33% 0.38% -
HSV(B) 33.23º 0.5% 0.51% -
XYZ 14.81 14.43 7.01 -
YUV 105.57 105.11 145.43 -
System Red Green Blue C M Y K H S L
Decimal 130 101 65 0 0.22 0.50 0.49 33.23 0.33 0.38
Hex 82 65 41 0 16 32 31 21 21 26
Octal 202 145 101 0 26 62 61 41 41 46
Binary 10000010 1100101 1000001 0 10110 110010 110001 100001 100001 100110

Color Harmonies of #826541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826541

Black with #826541

Text Example


Text Example

White with #826541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826541; }

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

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

background-color css

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

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

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

border-color css

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

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

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