#826B4E

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

Shades of Shadow #826B4E

Tints of Shadow #826B4E

Color information

#826B4E (or 0x826B4E) is unknown color: approx Shadow. HEX triplet: 82, 6B and 4E. RGB value is (130,107,78). Sum of RGB (Red+Green+Blue) = 130+107+78=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 107 (42.19% from 255 or 33.97% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 130 - color contains mainly: red. Hex color #826B4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826B4E is #7D94B1. Grayscale: #6E6E6E. Windows color (decimal): -8230066 or 5139330. OLE color: 5139330.

HSL color Cylindrical-coordinate representation of color #826B4E: hue angle of 33.46º 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 #826B4E is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB13010778-
CMYK00.180.400.49
HSL33.46º25%40.78%-
HSV(B)33.46º40%50.98%-
XYZ15.8415.819.42-
YUV110.57109.62141.86-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.27%
GREEN value IS 107 (42.19% from 255) = 33.97%
BLUE value IS 78 (30.86% from 255) = 24.76%
R=41.27%
G=33.97%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301077800.180.400.4933.462540.78
Hex826B4E0122831211929
Octal2021531160225061413151
Binary100000101101011100111001001010100011000110000111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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