Html Css Color HEX #826041 Dark Wood

📋 copy color: '#826041'

red 130 ◦ green 96 ◦ blue 65

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

Shades of Dark Wood #826041

Tints of Dark Wood #826041

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.99%

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

R = 44.67%
G = 32.99%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#826041 (or 0x826041) is known color: Dark Wood. HEX triplet: 82, 60 and 41. RGB value is (130,96,65). Sum of RGB (Red+Green+Blue) = 130+96+65=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 130 - color contains mainly: red. Hex color #826041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826041 is #7D9FBE. Grayscale: #666666. Windows color (decimal): -8232895 or 4284546. OLE color: 4284546.

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

Color convert

RGB 130 96 65 -
CMYK 0 0.26 0.50 0.49
HSL 28.62º 0.33% 0.38% -
HSV(B) 28.62º 0.5% 0.51% -
XYZ 14.34 13.49 6.85 -
YUV 102.63 106.76 147.52 -
System Red Green Blue C M Y K H S L
Decimal 130 96 65 0 0.26 0.50 0.49 28.62 0.33 0.38
Hex 82 60 41 0 1A 32 31 1D 21 26
Octal 202 140 101 0 32 62 61 35 41 46
Binary 10000010 1100000 1000001 0 11010 110010 110001 11101 100001 100110

Color Harmonies of #826041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826041

Black with #826041

Text Example


Text Example

White with #826041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826041; }

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

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

background-color css

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

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

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

border-color css

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

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

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