#826849

Color #826849 Shadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shadow #826849

Tints of Shadow #826849

Color information

#826849 (or 0x826849) is unknown color: approx Shadow. HEX triplet: 82, 68 and 49. RGB value is (130,104,73). Sum of RGB (Red+Green+Blue) = 130+104+73=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 104 (41.02% from 255 or 33.88% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 130 - color contains mainly: red. Hex color #826849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826849 is #7D97B6. Grayscale: #6C6C6C. Windows color (decimal): -8230839 or 4810882. OLE color: 4810882.

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

Color convert

RGB13010473-
CMYK00.20.440.49
HSL32.63º28.08%39.8%-
HSV(B)32.63º43.85%50.98%-
XYZ15.3615.138.41-
YUV108.24108.11143.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.35%
GREEN value IS 104 (41.02% from 255) = 33.88%
BLUE value IS 73 (28.91% from 255) = 23.78%
R=42.35%
G=33.88%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301047300.20.440.4932.6328.0839.8
Hex8268490142C31211c28
Octal2021501110245461413450
Binary100000101101000100100101010010110011000110000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826849; }

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

 H1.HeaderClassName
 {
   color: #826849;
 }
 .AnyTagClassName
 {
   color: #826849;
 }
</style>
background-color css

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

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

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

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

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

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