Html Css Color HEX #826448 Dark Wood

📋 copy color: '#826448'

red 130 ◦ green 100 ◦ blue 72

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

Shades of Dark Wood #826448

Tints of Dark Wood #826448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.84%

R = 43.05%
G = 33.11%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#826448 (or 0x826448) is known color: Dark Wood. HEX triplet: 82, 64 and 48. RGB value is (130,100,72). Sum of RGB (Red+Green+Blue) = 130+100+72=302 (40% of max value = 765). Red value is 130 (51.17% from 255 or 43.05% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 72 (28.52% from 255 or 23.84% from 302); Max value from RGB is 130 - color contains mainly: red. Hex color #826448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826448 is #7D9BB7. Grayscale: #696969. Windows color (decimal): -8231864 or 4744322. OLE color: 4744322.

HSL color Cylindrical-coordinate representation of color #826448: hue angle of 28.97º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #826448 is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 100 72 -
CMYK 0 0.23 0.45 0.49
HSL 28.97º 0.29% 0.4% -
HSV(B) 28.97º 0.45% 0.51% -
XYZ 14.93 14.33 8.11 -
YUV 105.78 108.94 145.28 -
System Red Green Blue C M Y K H S L
Decimal 130 100 72 0 0.23 0.45 0.49 28.97 0.29 0.4
Hex 82 64 48 0 17 2D 31 1D 1D 28
Octal 202 144 110 0 27 55 61 35 35 50
Binary 10000010 1100100 1001000 0 10111 101101 110001 11101 11101 101000

Color Harmonies of #826448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826448

Black with #826448

Text Example


Text Example

White with #826448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826448; }

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

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

background-color css

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

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

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

border-color css

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

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

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