#826F4E

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

Shades of Shadow #826F4E

Tints of Shadow #826F4E

Color information

#826F4E (or 0x826F4E) is unknown color: approx Shadow. HEX triplet: 82, 6F and 4E. RGB value is (130,111,78). Sum of RGB (Red+Green+Blue) = 130+111+78=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 78 (30.86% from 255 or 24.45% from 319); Max value from RGB is 130 - color contains mainly: red. Hex color #826F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826F4E is #7D90B1. Grayscale: #717171. Windows color (decimal): -8229042 or 5140354. OLE color: 5140354.

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

Color convert

RGB13011178-
CMYK00.150.400.49
HSL38.08º25%40.78%-
HSV(B)38.08º40%50.98%-
XYZ16.2716.669.57-
YUV112.92108.29140.18-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.75%
GREEN value IS 111 (43.75% from 255) = 34.80%
BLUE value IS 78 (30.86% from 255) = 24.45%
R=40.75%
G=34.80%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301117800.150.400.4938.082540.78
Hex826F4E0F2831261929
Octal2021571160175061463151
Binary10000010110111110011100111110100011000110011011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,111,78); }

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

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

 a { background-color: rgb(130,111,78); }

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

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

 span { border-color: rgb(130,111,78); }

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