Html Css Color HEX #826144 Dark Wood

📋 copy color: '#826144'

red 130 ◦ green 97 ◦ blue 68

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

Shades of Dark Wood #826144

Tints of Dark Wood #826144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.05%

R = 44.07%
G = 32.88%
B = 23.05%

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

#826144 (or 0x826144) is known color: Dark Wood. HEX triplet: 82, 61 and 44. RGB value is (130,97,68). Sum of RGB (Red+Green+Blue) = 130+97+68=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 68 (26.95% from 255 or 23.05% from 295); Max value from RGB is 130 - color contains mainly: red. Hex color #826144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826144 is #7D9EBB. Grayscale: #676767. Windows color (decimal): -8232636 or 4481410. OLE color: 4481410.

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

Color convert

RGB 130 97 68 -
CMYK 0 0.25 0.48 0.49
HSL 28.06º 0.31% 0.39% -
HSV(B) 28.06º 0.48% 0.51% -
XYZ 14.52 13.71 7.35 -
YUV 103.56 107.93 146.86 -
System Red Green Blue C M Y K H S L
Decimal 130 97 68 0 0.25 0.48 0.49 28.06 0.31 0.39
Hex 82 61 44 0 19 30 31 1C 1F 27
Octal 202 141 104 0 31 60 61 34 37 47
Binary 10000010 1100001 1000100 0 11001 110000 110001 11100 11111 100111

Color Harmonies of #826144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826144

Black with #826144

Text Example


Text Example

White with #826144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826144; }

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

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

background-color css

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

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

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

border-color css

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

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

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