Html Css Color HEX #826E49 Shadow

📋 copy color: '#826E49'

red 130 ◦ green 110 ◦ blue 73

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

Shades of Shadow #826E49

Tints of Shadow #826E49

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.14%

 BLUE value IS 73 (28.91% from 255) = 23.32%

R = 41.53%
G = 35.14%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#826E49 (or 0x826E49) is known color: Shadow. HEX triplet: 82, 6E and 49. RGB value is (130,110,73). Sum of RGB (Red+Green+Blue) = 130+110+73=313 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.53% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 73 (28.91% from 255 or 23.32% from 313); Max value from RGB is 130 - color contains mainly: red. Hex color #826E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826E49 is #7D91B6. Grayscale: #6F6F6F. Windows color (decimal): -8229303 or 4812418. OLE color: 4812418.

HSL color Cylindrical-coordinate representation of color #826E49: hue angle of 38.95º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #826E49 is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 110 73 -
CMYK 0 0.15 0.44 0.49
HSL 38.95º 0.28% 0.4% -
HSV(B) 38.95º 0.44% 0.51% -
XYZ 15.98 16.38 8.62 -
YUV 111.76 106.13 141.01 -
System Red Green Blue C M Y K H S L
Decimal 130 110 73 0 0.15 0.44 0.49 38.95 0.28 0.4
Hex 82 6E 49 0 F 2C 31 27 1C 28
Octal 202 156 111 0 17 54 61 47 34 50
Binary 10000010 1101110 1001001 0 1111 101100 110001 100111 11100 101000

Color Harmonies of #826E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826E49

Black with #826E49

Text Example


Text Example

White with #826E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826E49; }

 p { color: rgb(130,110,73); }

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

background-color css

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

 a { background-color: rgb(130,110,73); }

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

border-color css

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

 span { border-color: rgb(130,110,73); }

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