#826B46

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

Shades of Shadow #826B46

Tints of Shadow #826B46

Color information

#826B46 (or 0x826B46) is unknown color: approx Shadow. HEX triplet: 82, 6B and 46. RGB value is (130,107,70). Sum of RGB (Red+Green+Blue) = 130+107+70=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 107 (42.19% from 255 or 34.85% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 130 - color contains mainly: red. Hex color #826B46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826B46 is #7D94B9. Grayscale: #6D6D6D. Windows color (decimal): -8230074 or 4615042. OLE color: 4615042.

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

Color convert

RGB13010770-
CMYK00.180.460.49
HSL37º30%39.22%-
HSV(B)37º46.15%50.98%-
XYZ15.5715.78-
YUV109.66105.62142.51-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.35%
GREEN value IS 107 (42.19% from 255) = 34.85%
BLUE value IS 70 (27.73% from 255) = 22.80%
R=42.35%
G=34.85%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301077000.180.460.49373039.22
Hex826B460122E31251e27
Octal2021531060225661453647
Binary100000101101011100011001001010111011000110010111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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