Html Css Color HEX #826443 Dark Wood

📋 copy color: '#826443'

red 130 ◦ green 100 ◦ blue 67

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

Shades of Dark Wood #826443

Tints of Dark Wood #826443

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.67%

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

R = 43.77%
G = 33.67%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#826443 (or 0x826443) is known color: Dark Wood. HEX triplet: 82, 64 and 43. RGB value is (130,100,67). Sum of RGB (Red+Green+Blue) = 130+100+67=297 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.77% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 67 (26.56% from 255 or 22.56% from 297); Max value from RGB is 130 - color contains mainly: red. Hex color #826443 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826443 is #7D9BBC. Grayscale: #696969. Windows color (decimal): -8231869 or 4416642. OLE color: 4416642.

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

Color convert

RGB 130 100 67 -
CMYK 0 0.23 0.48 0.49
HSL 31.43º 0.32% 0.39% -
HSV(B) 31.43º 0.48% 0.51% -
XYZ 14.78 14.27 7.28 -
YUV 105.21 106.44 145.68 -
System Red Green Blue C M Y K H S L
Decimal 130 100 67 0 0.23 0.48 0.49 31.43 0.32 0.39
Hex 82 64 43 0 17 30 31 1F 20 27
Octal 202 144 103 0 27 60 61 37 40 47
Binary 10000010 1100100 1000011 0 10111 110000 110001 11111 100000 100111

Color Harmonies of #826443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826443

Black with #826443

Text Example


Text Example

White with #826443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826443; }

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

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

background-color css

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

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

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

border-color css

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

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

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