Html Css Color HEX #826946 Shadow

📋 copy color: '#826946'

red 130 ◦ green 105 ◦ blue 70

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

Shades of Shadow #826946

Tints of Shadow #826946

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.43%

 BLUE value IS 70 (27.73% from 255) = 22.95%

R = 42.62%
G = 34.43%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#826946 (or 0x826946) is known color: Shadow. HEX triplet: 82, 69 and 46. RGB value is (130,105,70). Sum of RGB (Red+Green+Blue) = 130+105+70=305 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.62% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 130 - color contains mainly: red. Hex color #826946 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826946 is #7D96B9. Grayscale: #6C6C6C. Windows color (decimal): -8230586 or 4614530. OLE color: 4614530.

HSL color Cylindrical-coordinate representation of color #826946: hue angle of 35º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #826946 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 105 70 -
CMYK 0 0.19 0.46 0.49
HSL 35º 0.3% 0.39% -
HSV(B) 35º 0.46% 0.51% -
XYZ 15.36 15.29 7.94 -
YUV 108.49 106.28 143.35 -
System Red Green Blue C M Y K H S L
Decimal 130 105 70 0 0.19 0.46 0.49 35 0.3 0.39
Hex 82 69 46 0 13 2E 31 23 1E 27
Octal 202 151 106 0 23 56 61 43 36 47
Binary 10000010 1101001 1000110 0 10011 101110 110001 100011 11110 100111

Color Harmonies of #826946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826946

Black with #826946

Text Example


Text Example

White with #826946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826946; }

 p { color: rgb(130,105,70); }

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

background-color css

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

 a { background-color: rgb(130,105,70); }

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

border-color css

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

 span { border-color: rgb(130,105,70); }

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