#826B51

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

Shades of Shadow #826B51

Tints of Shadow #826B51

Color information

#826B51 (or 0x826B51) is unknown color: approx Shadow. HEX triplet: 82, 6B and 51. RGB value is (130,107,81). Sum of RGB (Red+Green+Blue) = 130+107+81=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 81 (32.03% from 255 or 25.47% from 318); Max value from RGB is 130 - color contains mainly: red. Hex color #826B51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826B51 is #7D94AE. Grayscale: #6F6F6F. Windows color (decimal): -8230063 or 5335938. OLE color: 5335938.

HSL color Cylindrical-coordinate representation of color #826B51: hue angle of 31.84º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #826B51 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB13010781-
CMYK00.180.380.49
HSL31.84º23.22%41.37%-
HSV(B)31.84º37.69%50.98%-
XYZ15.9515.8610-
YUV110.91111.12141.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.88%
GREEN value IS 107 (42.19% from 255) = 33.65%
BLUE value IS 81 (32.03% from 255) = 25.47%
R=40.88%
G=33.65%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301078100.180.380.4931.8423.2241.37
Hex826B510122631201729
Octal2021531210224661402751
Binary100000101101011101000101001010011011000110000010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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