#826848

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

Shades of Shadow #826848

Tints of Shadow #826848

Color information

#826848 (or 0x826848) is unknown color: approx Shadow. HEX triplet: 82, 68 and 48. RGB value is (130,104,72). Sum of RGB (Red+Green+Blue) = 130+104+72=306 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.48% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 130 - color contains mainly: red. Hex color #826848 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826848 is #7D97B7. Grayscale: #6C6C6C. Windows color (decimal): -8230840 or 4745346. OLE color: 4745346.

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

Color convert

RGB13010472-
CMYK00.20.450.49
HSL33.1º28.71%39.61%-
HSV(B)33.1º44.62%50.98%-
XYZ15.3315.118.24-
YUV108.13107.61143.6-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.48%
GREEN value IS 104 (41.02% from 255) = 33.99%
BLUE value IS 72 (28.52% from 255) = 23.53%
R=42.48%
G=33.99%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301047200.20.450.4933.128.7139.61
Hex8268480142D31211d28
Octal2021501100245561413550
Binary100000101101000100100001010010110111000110000111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826848; }

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

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

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

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

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

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

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

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